pub struct TrapType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl TrapType
impl TrapType
pub const COLD_START: TrapType
pub const WARM_START: TrapType
pub const LINK_DOWN: TrapType
pub const LINK_UP: TrapType
pub const AUTHENTICATION_FAILURE: TrapType
pub const EGP_NEIGHBOR_LOSS: TrapType
pub const ENTERPRISE_SPECIFIC: TrapType
Trait Implementations§
impl Copy for TrapType
impl Eq for TrapType
impl StructuralPartialEq for TrapType
Auto Trait Implementations§
impl Freeze for TrapType
impl RefUnwindSafe for TrapType
impl Send for TrapType
impl Sync for TrapType
impl Unpin for TrapType
impl UnwindSafe for TrapType
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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