pub struct PasswordConfig {
pub protocol: PasswordProtocol,
}Expand description
Configuration for passwords.
Fields§
§protocol: PasswordProtocolTrait Implementations§
Source§impl Clone for PasswordConfig
impl Clone for PasswordConfig
Source§fn clone(&self) -> PasswordConfig
fn clone(&self) -> PasswordConfig
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 PasswordConfig
impl Debug for PasswordConfig
Source§impl Default for PasswordConfig
impl Default for PasswordConfig
Source§fn default() -> PasswordConfig
fn default() -> PasswordConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PasswordConfig
impl<'de> Deserialize<'de> for PasswordConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PasswordConfig
impl RefUnwindSafe for PasswordConfig
impl Send for PasswordConfig
impl Sync for PasswordConfig
impl Unpin for PasswordConfig
impl UnwindSafe for PasswordConfig
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