pub enum RefFromBytesError {
TooShort,
UTF8(Utf8Error),
}Variants§
Trait Implementations§
Source§impl Debug for RefFromBytesError
impl Debug for RefFromBytesError
Auto Trait Implementations§
impl Freeze for RefFromBytesError
impl RefUnwindSafe for RefFromBytesError
impl Send for RefFromBytesError
impl Sync for RefFromBytesError
impl Unpin for RefFromBytesError
impl UnwindSafe for RefFromBytesError
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