pub struct DerivedPublicKey { /* private fields */ }Expand description
A public key ultimately derived from a master key
Implementations§
Auto Trait Implementations§
impl Freeze for DerivedPublicKey
impl RefUnwindSafe for DerivedPublicKey
impl Send for DerivedPublicKey
impl Sync for DerivedPublicKey
impl Unpin for DerivedPublicKey
impl UnwindSafe for DerivedPublicKey
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