#[repr(transparent)]pub struct ActivationCode(pub u32);Expand description
.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for ActivationCode
impl Clone for ActivationCode
Source§fn clone(&self) -> ActivationCode
fn clone(&self) -> ActivationCode
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 ActivationCode
impl Debug for ActivationCode
Source§impl Default for ActivationCode
impl Default for ActivationCode
Source§fn default() -> ActivationCode
fn default() -> ActivationCode
Returns the “default value” for a type. Read more
Source§impl PartialEq for ActivationCode
impl PartialEq for ActivationCode
impl Copy for ActivationCode
impl Eq for ActivationCode
impl StructuralPartialEq for ActivationCode
Auto Trait Implementations§
impl Freeze for ActivationCode
impl RefUnwindSafe for ActivationCode
impl Send for ActivationCode
impl Sync for ActivationCode
impl Unpin for ActivationCode
impl UnwindSafe for ActivationCode
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