pub enum PublicKeyType {
PUBLIC_KEY_TYPE_ED25519 = 0,
}
Variants§
PUBLIC_KEY_TYPE_ED25519 = 0
Trait Implementations§
Source§impl Clone for PublicKeyType
impl Clone for PublicKeyType
Source§fn clone(&self) -> PublicKeyType
fn clone(&self) -> PublicKeyType
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 PublicKeyType
impl Debug for PublicKeyType
Source§impl<Out: Write> Pack<Out> for PublicKeyType
impl<Out: Write> Pack<Out> for PublicKeyType
Source§impl PartialEq for PublicKeyType
impl PartialEq for PublicKeyType
Source§impl<In: Read> Unpack<In> for PublicKeyType
impl<In: Read> Unpack<In> for PublicKeyType
impl Copy for PublicKeyType
impl Eq for PublicKeyType
impl StructuralPartialEq for PublicKeyType
Auto Trait Implementations§
impl Freeze for PublicKeyType
impl RefUnwindSafe for PublicKeyType
impl Send for PublicKeyType
impl Sync for PublicKeyType
impl Unpin for PublicKeyType
impl UnwindSafe for PublicKeyType
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