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