Struct bitbox_api::Keypath
source · pub struct Keypath(/* private fields */);
Implementations§
Trait Implementations§
source§impl From<&DerivationPath> for Keypath
impl From<&DerivationPath> for Keypath
source§fn from(value: &DerivationPath) -> Self
fn from(value: &DerivationPath) -> Self
Converts to this type from the input type.
source§impl PartialEq<Keypath> for Keypath
impl PartialEq<Keypath> for Keypath
impl StructuralPartialEq for Keypath
Auto Trait Implementations§
impl RefUnwindSafe for Keypath
impl Send for Keypath
impl Sync for Keypath
impl Unpin for Keypath
impl UnwindSafe for Keypath
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