Struct seckey::SecReadGuard [] [src]

pub struct SecReadGuard<'a, T: 'a>(_);

Read Guard

Trait Implementations

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

The resulting type after dereferencing.

[src]

Dereferences the value.

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

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a, T> !Send for SecReadGuard<'a, T>

impl<'a, T> !Sync for SecReadGuard<'a, T>