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