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