pub enum HDKey {
MasterKey(MasterKey),
DerivedKey(DerivedKey),
}Expand description
HD Key.
Variants§
MasterKey(MasterKey)
DerivedKey(DerivedKey)
Trait Implementations§
impl StructuralPartialEq for HDKey
Auto Trait Implementations§
impl Freeze for HDKey
impl RefUnwindSafe for HDKey
impl Send for HDKey
impl Sync for HDKey
impl Unpin for HDKey
impl UnwindSafe for HDKey
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