Struct ssh_key::authorized_keys::Entry
source · [−]pub struct Entry { /* private fields */ }Expand description
Individual entry in an authorized_keys file containing a single public key.
Implementations
sourceimpl Entry
impl Entry
sourcepub fn config_opts(&self) -> &ConfigOpts
This is supported on crate feature alloc only.
pub fn config_opts(&self) -> &ConfigOpts
This is supported on crate feature
alloc only.Get configuration options for this entry.
sourcepub fn public_key(&self) -> &PublicKey
pub fn public_key(&self) -> &PublicKey
Get public key for this entry.
Trait Implementations
sourceimpl From<Entry> for ConfigOpts
impl From<Entry> for ConfigOpts
sourcefn from(entry: Entry) -> ConfigOpts
fn from(entry: Entry) -> ConfigOpts
Performs the conversion.
impl Eq for Entry
impl StructuralEq for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more