Struct Jeocie
#[repr(transparent)]pub struct Jeocie(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Jeocie
impl Ord for Jeocie
§impl PartialOrd for Jeocie
impl PartialOrd for Jeocie
impl Copy for Jeocie
impl Eq for Jeocie
impl StructuralPartialEq for Jeocie
Auto Trait Implementations§
impl Freeze for Jeocie
impl RefUnwindSafe for Jeocie
impl Send for Jeocie
impl Sync for Jeocie
impl Unpin for Jeocie
impl UnwindSafe for Jeocie
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