pub enum SshKeyStatus {
Active,
Deactive,
}Variants§
Trait Implementations§
Source§impl Clone for SshKeyStatus
impl Clone for SshKeyStatus
Source§fn clone(&self) -> SshKeyStatus
fn clone(&self) -> SshKeyStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SshKeyStatus
Source§impl Debug for SshKeyStatus
impl Debug for SshKeyStatus
Source§impl Default for SshKeyStatus
impl Default for SshKeyStatus
Source§fn default() -> SshKeyStatus
fn default() -> SshKeyStatus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SshKeyStatus
impl RefUnwindSafe for SshKeyStatus
impl Send for SshKeyStatus
impl Sync for SshKeyStatus
impl Unpin for SshKeyStatus
impl UnsafeUnpin for SshKeyStatus
impl UnwindSafe for SshKeyStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more