pub struct Unlockcode(/* private fields */);Implementations§
Source§impl Unlockcode
impl Unlockcode
Source§impl Unlockcode
impl Unlockcode
Trait Implementations§
Source§impl Clone for Unlockcode
impl Clone for Unlockcode
Source§fn clone(&self) -> Unlockcode
fn clone(&self) -> Unlockcode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Unlockcode
impl Debug for Unlockcode
Source§impl From<Unlockcode> for u32
impl From<Unlockcode> for u32
Source§fn from(val: Unlockcode) -> u32
fn from(val: Unlockcode) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Unlockcode
impl From<u32> for Unlockcode
Source§fn from(val: u32) -> Unlockcode
fn from(val: u32) -> Unlockcode
Converts to this type from the input type.
Source§impl Ord for Unlockcode
impl Ord for Unlockcode
Source§fn cmp(&self, other: &Unlockcode) -> Ordering
fn cmp(&self, other: &Unlockcode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Unlockcode
impl PartialEq for Unlockcode
Source§impl PartialOrd for Unlockcode
impl PartialOrd for Unlockcode
impl Copy for Unlockcode
impl Eq for Unlockcode
impl StructuralPartialEq for Unlockcode
Auto Trait Implementations§
impl Freeze for Unlockcode
impl RefUnwindSafe for Unlockcode
impl Send for Unlockcode
impl Sync for Unlockcode
impl Unpin for Unlockcode
impl UnwindSafe for Unlockcode
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