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