pub enum PubKey {
SshEd25519,
RsaSha2_256,
RsaSha2_512,
}
Expand description
pubkey hash algorithm
Variants§
Trait Implementations§
source§impl PartialEq for PubKey
impl PartialEq for PubKey
impl Copy for PubKey
impl Eq for PubKey
impl StructuralEq for PubKey
impl StructuralPartialEq for PubKey
Auto Trait Implementations§
impl RefUnwindSafe for PubKey
impl Send for PubKey
impl Sync for PubKey
impl Unpin for PubKey
impl UnwindSafe for PubKey
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