Struct WrparUnlock
#[repr(transparent)]pub struct WrparUnlock(pub u8);Tuple Fields§
§0: u8Implementations§
§impl WrparUnlock
 
impl WrparUnlock
Trait Implementations§
§impl Clone for WrparUnlock
 
impl Clone for WrparUnlock
§fn clone(&self) -> WrparUnlock
 
fn clone(&self) -> WrparUnlock
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Ord for WrparUnlock
 
impl Ord for WrparUnlock
§impl PartialEq for WrparUnlock
 
impl PartialEq for WrparUnlock
§impl PartialOrd for WrparUnlock
 
impl PartialOrd for WrparUnlock
impl Copy for WrparUnlock
impl Eq for WrparUnlock
impl StructuralPartialEq for WrparUnlock
Auto Trait Implementations§
impl Freeze for WrparUnlock
impl RefUnwindSafe for WrparUnlock
impl Send for WrparUnlock
impl Sync for WrparUnlock
impl Unpin for WrparUnlock
impl UnwindSafe for WrparUnlock
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