pub struct SizeError(/* private fields */);Expand description
Error that is caused by wrong sizes of slices/arrays
Trait Implementations§
impl Copy for SizeError
impl Eq for SizeError
impl StructuralPartialEq for SizeError
Auto Trait Implementations§
impl Freeze for SizeError
impl RefUnwindSafe for SizeError
impl Send for SizeError
impl Sync for SizeError
impl Unpin for SizeError
impl UnwindSafe for SizeError
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