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