pub struct AuthsConfig {
pub passphrase: PassphraseConfig,
}Expand description
Top-level ~/.auths/config.toml structure.
Fields§
§passphrase: PassphraseConfigPassphrase caching settings.
Trait Implementations§
Source§impl Clone for AuthsConfig
impl Clone for AuthsConfig
Source§fn clone(&self) -> AuthsConfig
fn clone(&self) -> AuthsConfig
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 AuthsConfig
impl Debug for AuthsConfig
Source§impl Default for AuthsConfig
impl Default for AuthsConfig
Source§fn default() -> AuthsConfig
fn default() -> AuthsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthsConfig
impl<'de> Deserialize<'de> for AuthsConfig
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 AuthsConfig
impl RefUnwindSafe for AuthsConfig
impl Send for AuthsConfig
impl Sync for AuthsConfig
impl Unpin for AuthsConfig
impl UnsafeUnpin for AuthsConfig
impl UnwindSafe for AuthsConfig
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