[][src]Struct ssh2::PublicKey

pub struct PublicKey<'agent> { /* fields omitted */ }

A public key which is extracted from an SSH agent.

Methods

impl<'agent> PublicKey<'agent>[src]

pub fn blob(&self) -> &[u8][src]

Return the data of this public key.

pub fn comment(&self) -> &str[src]

Returns the comment in a printable format

Auto Trait Implementations

impl<'agent> !Send for PublicKey<'agent>

impl<'agent> Unpin for PublicKey<'agent>

impl<'agent> !Sync for PublicKey<'agent>

impl<'agent> UnwindSafe for PublicKey<'agent>

impl<'agent> RefUnwindSafe for PublicKey<'agent>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]