pub enum ErspanType {
Type1 = 0,
Type2 = 1,
Type3 = 2,
Unknown = 3,
}Variants§
Trait Implementations§
Source§impl Debug for ErspanType
impl Debug for ErspanType
Source§impl PartialEq for ErspanType
impl PartialEq for ErspanType
impl StructuralPartialEq for ErspanType
Auto Trait Implementations§
impl Freeze for ErspanType
impl RefUnwindSafe for ErspanType
impl Send for ErspanType
impl Sync for ErspanType
impl Unpin for ErspanType
impl UnwindSafe for ErspanType
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