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