Struct secrets::Ref [] [src]

pub struct Ref<'a, T: 'a> { /* fields omitted */ }

Wraps an immutably borrowed reference to the contents of a Secret.

Trait Implementations

impl<'a, T: Debug + 'a> Debug for Ref<'a, T>
[src]

Formats the value using the given formatter.

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

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

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

The resulting type after dereferencing

The method called to dereference a value