pub struct InterpretExtendedKeyError;Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterpretExtendedKeyError
impl RefUnwindSafe for InterpretExtendedKeyError
impl Send for InterpretExtendedKeyError
impl Sync for InterpretExtendedKeyError
impl Unpin for InterpretExtendedKeyError
impl UnwindSafe for InterpretExtendedKeyError
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