Struct toad_string::FromUtf16Error
source · pub struct FromUtf16Error;Trait Implementations§
source§impl Clone for FromUtf16Error
impl Clone for FromUtf16Error
source§fn clone(&self) -> FromUtf16Error
fn clone(&self) -> FromUtf16Error
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 FromUtf16Error
impl Debug for FromUtf16Error
source§impl Default for FromUtf16Error
impl Default for FromUtf16Error
source§fn default() -> FromUtf16Error
fn default() -> FromUtf16Error
Returns the “default value” for a type. Read more
source§impl Hash for FromUtf16Error
impl Hash for FromUtf16Error
source§impl Ord for FromUtf16Error
impl Ord for FromUtf16Error
source§fn cmp(&self, other: &FromUtf16Error) -> Ordering
fn cmp(&self, other: &FromUtf16Error) -> 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<FromUtf16Error> for FromUtf16Error
impl PartialEq<FromUtf16Error> for FromUtf16Error
source§fn eq(&self, other: &FromUtf16Error) -> bool
fn eq(&self, other: &FromUtf16Error) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FromUtf16Error> for FromUtf16Error
impl PartialOrd<FromUtf16Error> for FromUtf16Error
source§fn partial_cmp(&self, other: &FromUtf16Error) -> Option<Ordering>
fn partial_cmp(&self, other: &FromUtf16Error) -> 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 FromUtf16Error
impl Eq for FromUtf16Error
impl StructuralEq for FromUtf16Error
impl StructuralPartialEq for FromUtf16Error
Auto Trait Implementations§
impl RefUnwindSafe for FromUtf16Error
impl Send for FromUtf16Error
impl Sync for FromUtf16Error
impl Unpin for FromUtf16Error
impl UnwindSafe for FromUtf16Error
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