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