Struct nss::TLSSocket [] [src]

pub struct TLSSocket<Callbacks>(_);

Methods

impl<Callbacks> TLSSocket<Callbacks>
[src]

Methods from Deref<Target = TLSSocketImpl<Callbacks>>

Trait Implementations

impl<Callbacks> Deref for TLSSocket<Callbacks>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<Callbacks> DerefMut for TLSSocket<Callbacks>
[src]

The method called to mutably dereference a value

impl<Callbacks> Borrow<File> for TLSSocket<Callbacks>
[src]

Immutably borrows from an owned value. Read more