pub struct FromUtf8Error;
Trait Implementations§
Source§impl Clone for FromUtf8Error
impl Clone for FromUtf8Error
Source§fn clone(&self) -> FromUtf8Error
fn clone(&self) -> FromUtf8Error
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FromUtf8Error
impl Debug for FromUtf8Error
Source§impl Default for FromUtf8Error
impl Default for FromUtf8Error
Source§fn default() -> FromUtf8Error
fn default() -> FromUtf8Error
Returns the “default value” for a type. Read more
Source§impl Hash for FromUtf8Error
impl Hash for FromUtf8Error
Source§impl Ord for FromUtf8Error
impl Ord for FromUtf8Error
Source§fn cmp(&self, other: &FromUtf8Error) -> Ordering
fn cmp(&self, other: &FromUtf8Error) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FromUtf8Error
impl PartialEq for FromUtf8Error
Source§impl PartialOrd for FromUtf8Error
impl PartialOrd for FromUtf8Error
impl Copy for FromUtf8Error
impl Eq for FromUtf8Error
impl StructuralPartialEq for FromUtf8Error
Auto Trait Implementations§
impl Freeze for FromUtf8Error
impl RefUnwindSafe for FromUtf8Error
impl Send for FromUtf8Error
impl Sync for FromUtf8Error
impl Unpin for FromUtf8Error
impl UnwindSafe for FromUtf8Error
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