Struct toad_string::FromUtf8Error
source · 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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
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<FromUtf8Error> for FromUtf8Error
impl PartialEq<FromUtf8Error> for FromUtf8Error
source§fn eq(&self, other: &FromUtf8Error) -> bool
fn eq(&self, other: &FromUtf8Error) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FromUtf8Error> for FromUtf8Error
impl PartialOrd<FromUtf8Error> for FromUtf8Error
source§fn partial_cmp(&self, other: &FromUtf8Error) -> Option<Ordering>
fn partial_cmp(&self, other: &FromUtf8Error) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for FromUtf8Error
impl Eq for FromUtf8Error
impl StructuralEq for FromUtf8Error
impl StructuralPartialEq for FromUtf8Error
Auto Trait Implementations§
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