pub struct SecuritySecretRef(pub String);Expand description
Opaque reference in the security-store address space.
Tuple Fields§
§0: StringProvider-owned opaque reference value.
Trait Implementations§
Source§impl Clone for SecuritySecretRef
impl Clone for SecuritySecretRef
Source§fn clone(&self) -> SecuritySecretRef
fn clone(&self) -> SecuritySecretRef
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 SecuritySecretRef
impl Debug for SecuritySecretRef
impl Eq for SecuritySecretRef
Source§impl PartialEq for SecuritySecretRef
impl PartialEq for SecuritySecretRef
impl StructuralPartialEq for SecuritySecretRef
Auto Trait Implementations§
impl Freeze for SecuritySecretRef
impl RefUnwindSafe for SecuritySecretRef
impl Send for SecuritySecretRef
impl Sync for SecuritySecretRef
impl Unpin for SecuritySecretRef
impl UnsafeUnpin for SecuritySecretRef
impl UnwindSafe for SecuritySecretRef
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