Struct update_ssh_keys::AuthorizedKeySet
source · pub struct AuthorizedKeySet {
pub filename: String,
pub disabled: bool,
pub keys: Vec<AuthorizedKeyEntry>,
}
Fields
filename: String
disabled: bool
keys: Vec<AuthorizedKeyEntry>
Trait Implementations
sourceimpl Clone for AuthorizedKeySet
impl Clone for AuthorizedKeySet
sourcefn clone(&self) -> AuthorizedKeySet
fn clone(&self) -> AuthorizedKeySet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AuthorizedKeySet
impl Debug for AuthorizedKeySet
sourceimpl Default for AuthorizedKeySet
impl Default for AuthorizedKeySet
sourcefn default() -> AuthorizedKeySet
fn default() -> AuthorizedKeySet
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AuthorizedKeySet
impl Send for AuthorizedKeySet
impl Sync for AuthorizedKeySet
impl Unpin for AuthorizedKeySet
impl UnwindSafe for AuthorizedKeySet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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