#[repr(u8)]pub enum SSHFPType {
Reserved = 0,
Sha1 = 1,
}
Variants§
Trait Implementations§
impl Copy for SSHFPType
impl Eq for SSHFPType
impl StructuralPartialEq for SSHFPType
Auto Trait Implementations§
impl Freeze for SSHFPType
impl RefUnwindSafe for SSHFPType
impl Send for SSHFPType
impl Sync for SSHFPType
impl Unpin for SSHFPType
impl UnwindSafe for SSHFPType
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