pub enum SshCertType {
User,
Host,
}Expand description
SSH certificate type.
Variants§
Implementations§
Source§impl SshCertType
impl SshCertType
pub fn stable_byte(&self) -> u8
Trait Implementations§
Source§impl Clone for SshCertType
impl Clone for SshCertType
Source§fn clone(&self) -> SshCertType
fn clone(&self) -> SshCertType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SshCertType
impl Debug for SshCertType
Source§impl Default for SshCertType
impl Default for SshCertType
Source§fn default() -> SshCertType
fn default() -> SshCertType
Returns the “default value” for a type. Read more
Source§impl Hash for SshCertType
impl Hash for SshCertType
Source§impl PartialEq for SshCertType
impl PartialEq for SshCertType
impl Copy for SshCertType
impl Eq for SshCertType
impl StructuralPartialEq for SshCertType
Auto Trait Implementations§
impl Freeze for SshCertType
impl RefUnwindSafe for SshCertType
impl Send for SshCertType
impl Sync for SshCertType
impl Unpin for SshCertType
impl UnsafeUnpin for SshCertType
impl UnwindSafe for SshCertType
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