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