Struct Ref
secrets
pub struct Ref<'a, T: 'a> { /* fields omitted */ }
Wraps an immutably borrowed reference to the contents of a Secret.
Secret
impl<'a, T: Debug + 'a> Debug for Ref<'a, T>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl<'a, T> Drop for Ref<'a, T>
fn drop(&mut self)
A method called when the value goes out of scope. Read more
impl<'a, T> Deref for Ref<'a, T>
type Target = T
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value