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.
impl StructuralPartialEq for Keypath
Auto Trait Implementations§
impl Freeze for Keypath
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