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]

Formats the value using the given formatter.

impl<'a, T> Drop for RefMut<'a, T>
[src]

A method called when the value goes out of scope. Read more

impl<'a, T> Deref for RefMut<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T> DerefMut for RefMut<'a, T>
[src]

The method called to mutably dereference a value