pub struct MakeCredentialsExtensions {
pub pin_min_length: Option<bool>,
pub hmac_secret: Option<bool>,
}Fields§
§pin_min_length: Option<bool>§hmac_secret: Option<bool>Trait Implementations§
Source§impl Clone for MakeCredentialsExtensions
impl Clone for MakeCredentialsExtensions
Source§fn clone(&self) -> MakeCredentialsExtensions
fn clone(&self) -> MakeCredentialsExtensions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MakeCredentialsExtensions
impl Debug for MakeCredentialsExtensions
Source§impl Default for MakeCredentialsExtensions
impl Default for MakeCredentialsExtensions
Source§fn default() -> MakeCredentialsExtensions
fn default() -> MakeCredentialsExtensions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MakeCredentialsExtensions
impl RefUnwindSafe for MakeCredentialsExtensions
impl Send for MakeCredentialsExtensions
impl Sync for MakeCredentialsExtensions
impl Unpin for MakeCredentialsExtensions
impl UnsafeUnpin for MakeCredentialsExtensions
impl UnwindSafe for MakeCredentialsExtensions
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