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