pub struct SecretReference(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SecretReference
impl Clone for SecretReference
Source§fn clone(&self) -> SecretReference
fn clone(&self) -> SecretReference
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 SecretReference
impl Debug for SecretReference
Source§impl Display for SecretReference
impl Display for SecretReference
Source§impl FromStr for SecretReference
impl FromStr for SecretReference
Source§impl Hash for SecretReference
impl Hash for SecretReference
Source§impl Ord for SecretReference
impl Ord for SecretReference
Source§fn cmp(&self, other: &SecretReference) -> Ordering
fn cmp(&self, other: &SecretReference) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SecretReference
impl PartialEq for SecretReference
Source§impl PartialOrd for SecretReference
impl PartialOrd for SecretReference
Source§impl TryFrom<&str> for SecretReference
impl TryFrom<&str> for SecretReference
impl Eq for SecretReference
impl StructuralPartialEq for SecretReference
Auto Trait Implementations§
impl Freeze for SecretReference
impl RefUnwindSafe for SecretReference
impl Send for SecretReference
impl Sync for SecretReference
impl Unpin for SecretReference
impl UnsafeUnpin for SecretReference
impl UnwindSafe for SecretReference
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