Struct secrets::RefMut
[−]
[src]
pub struct RefMut<'a, T: 'a> { /* fields omitted */ }Wraps an mutably borrowed reference to the contents of a Secret.
Trait Implementations
impl<'a, T: Debug + 'a> Debug for RefMut<'a, T>[src]
impl<'a, T> Drop for RefMut<'a, T>[src]
impl<'a, T> Deref for RefMut<'a, T>[src]
type Target = T
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value