pub struct FromBytesError { /* private fields */ }
Expand description
The error type for BytesCast::from_bytes
and
BytesCast::slice_from_bytes
.
Trait Implementations§
Source§impl Debug for FromBytesError
impl Debug for FromBytesError
Auto Trait Implementations§
impl Freeze for FromBytesError
impl RefUnwindSafe for FromBytesError
impl Send for FromBytesError
impl Sync for FromBytesError
impl Unpin for FromBytesError
impl UnwindSafe for FromBytesError
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