pub enum KERMIT {}
Expand description
KERMIT poly=0x1021
check=0x2189
Trait Implementations§
impl Copy for KERMIT
impl Eq for KERMIT
impl StructuralPartialEq for KERMIT
Auto Trait Implementations§
impl Freeze for KERMIT
impl RefUnwindSafe for KERMIT
impl Send for KERMIT
impl Sync for KERMIT
impl Unpin for KERMIT
impl UnwindSafe for KERMIT
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