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