pub enum FromBytesError {
InvalidFlags,
}
Expand description
Represents errors that can be produces when byte arrays are converted to numbers.
Variants§
InvalidFlags
Flags-byte has invalid value.
Trait Implementations§
Source§impl Debug for FromBytesError
impl Debug for FromBytesError
Source§impl PartialEq for FromBytesError
impl PartialEq for FromBytesError
impl Eq for FromBytesError
impl StructuralPartialEq 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