#[repr(u8)]pub enum GroupcastTesting {
Disabletesting = 0,
Enablelistenertesting = 1,
Enablesendertesting = 2,
}Variants§
Disabletesting = 0
Disable all test event generation
Enablelistenertesting = 1
Enable Listener test event generation
Enablesendertesting = 2
Enable Sender test event generation
Implementations§
Trait Implementations§
Source§impl Clone for GroupcastTesting
impl Clone for GroupcastTesting
Source§fn clone(&self) -> GroupcastTesting
fn clone(&self) -> GroupcastTesting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GroupcastTesting
impl Debug for GroupcastTesting
Source§impl<'de> Deserialize<'de> for GroupcastTesting
impl<'de> Deserialize<'de> for GroupcastTesting
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<GroupcastTesting> for u8
impl From<GroupcastTesting> for u8
Source§fn from(val: GroupcastTesting) -> Self
fn from(val: GroupcastTesting) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GroupcastTesting
impl PartialEq for GroupcastTesting
Source§impl Serialize for GroupcastTesting
impl Serialize for GroupcastTesting
impl Copy for GroupcastTesting
impl Eq for GroupcastTesting
impl StructuralPartialEq for GroupcastTesting
Auto Trait Implementations§
impl Freeze for GroupcastTesting
impl RefUnwindSafe for GroupcastTesting
impl Send for GroupcastTesting
impl Sync for GroupcastTesting
impl Unpin for GroupcastTesting
impl UnsafeUnpin for GroupcastTesting
impl UnwindSafe for GroupcastTesting
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more