pub struct FromUtf8Error<S: Storage<Item = u8>> { /* private fields */ }
Trait Implementations§
impl<S: Eq + Storage<Item = u8>> Eq for FromUtf8Error<S>
impl<S: Storage<Item = u8>> StructuralPartialEq for FromUtf8Error<S>
Auto Trait Implementations§
impl<S> Freeze for FromUtf8Error<S>where
S: Freeze,
impl<S> RefUnwindSafe for FromUtf8Error<S>where
S: RefUnwindSafe,
impl<S> Send for FromUtf8Error<S>where
S: Send,
impl<S> Sync for FromUtf8Error<S>where
S: Sync,
impl<S> Unpin for FromUtf8Error<S>where
S: Unpin,
impl<S> UnwindSafe for FromUtf8Error<S>where
S: UnwindSafe,
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