pub struct LegacyDaedalusPrivateKey(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for LegacyDaedalusPrivateKey
impl RefUnwindSafe for LegacyDaedalusPrivateKey
impl Send for LegacyDaedalusPrivateKey
impl Sync for LegacyDaedalusPrivateKey
impl Unpin for LegacyDaedalusPrivateKey
impl UnwindSafe for LegacyDaedalusPrivateKey
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