pub struct SecretConf(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SecretConf
impl Clone for SecretConf
Source§fn clone(&self) -> SecretConf
fn clone(&self) -> SecretConf
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 SecretConf
impl Debug for SecretConf
Source§impl Default for SecretConf
impl Default for SecretConf
Source§fn default() -> SecretConf
fn default() -> SecretConf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretConf
impl<'de> Deserialize<'de> for SecretConf
Source§fn deserialize<D>(deserializer: D) -> Result<SecretConf, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<SecretConf, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SecretConf
impl Display for SecretConf
Auto Trait Implementations§
impl Freeze for SecretConf
impl RefUnwindSafe for SecretConf
impl Send for SecretConf
impl Sync for SecretConf
impl Unpin for SecretConf
impl UnwindSafe for SecretConf
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