pub struct SecretValue(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SecretValue
impl Clone for SecretValue
Source§fn clone(&self) -> SecretValue
fn clone(&self) -> SecretValue
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 SecretValue
impl Debug for SecretValue
Source§impl<'de> Deserialize<'de> for SecretValue
impl<'de> Deserialize<'de> for SecretValue
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
Source§impl Display for SecretValue
impl Display for SecretValue
Source§impl From<&str> for SecretValue
impl From<&str> for SecretValue
Source§impl From<String> for SecretValue
impl From<String> for SecretValue
Source§impl PartialEq for SecretValue
impl PartialEq for SecretValue
Source§fn eq(&self, other: &SecretValue) -> bool
fn eq(&self, other: &SecretValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SecretValue
impl Serialize for SecretValue
impl Eq for SecretValue
impl StructuralPartialEq for SecretValue
Auto Trait Implementations§
impl Freeze for SecretValue
impl RefUnwindSafe for SecretValue
impl Send for SecretValue
impl Sync for SecretValue
impl Unpin for SecretValue
impl UnsafeUnpin for SecretValue
impl UnwindSafe for SecretValue
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