pub enum ExtendedKeyType {
Public,
Private,
}
Expand description
Public or private key type
Variants§
Trait Implementations§
Source§impl Clone for ExtendedKeyType
impl Clone for ExtendedKeyType
Source§fn clone(&self) -> ExtendedKeyType
fn clone(&self) -> ExtendedKeyType
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 ExtendedKeyType
impl Debug for ExtendedKeyType
Source§impl Hash for ExtendedKeyType
impl Hash for ExtendedKeyType
Source§impl PartialEq for ExtendedKeyType
impl PartialEq for ExtendedKeyType
impl Copy for ExtendedKeyType
impl Eq for ExtendedKeyType
impl StructuralPartialEq for ExtendedKeyType
Auto Trait Implementations§
impl Freeze for ExtendedKeyType
impl RefUnwindSafe for ExtendedKeyType
impl Send for ExtendedKeyType
impl Sync for ExtendedKeyType
impl Unpin for ExtendedKeyType
impl UnwindSafe for ExtendedKeyType
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