pub enum EDHOCMethod {
StatStat = 3,
}Variants§
StatStat = 3
Trait Implementations§
Source§impl Debug for EDHOCMethod
impl Debug for EDHOCMethod
Source§impl From<EDHOCMethod> for u8
impl From<EDHOCMethod> for u8
Source§fn from(method: EDHOCMethod) -> u8
fn from(method: EDHOCMethod) -> u8
Converts to this type from the input type.
Source§impl PartialEq for EDHOCMethod
impl PartialEq for EDHOCMethod
Source§fn eq(&self, other: &EDHOCMethod) -> bool
fn eq(&self, other: &EDHOCMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EDHOCMethod
Auto Trait Implementations§
impl Freeze for EDHOCMethod
impl RefUnwindSafe for EDHOCMethod
impl Send for EDHOCMethod
impl Sync for EDHOCMethod
impl Unpin for EDHOCMethod
impl UnsafeUnpin for EDHOCMethod
impl UnwindSafe for EDHOCMethod
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