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 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 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 for FromUtf16Error
impl PartialEq for FromUtf16Error
Source§impl PartialOrd for FromUtf16Error
impl PartialOrd for FromUtf16Error
impl Copy for FromUtf16Error
impl Eq for FromUtf16Error
impl StructuralPartialEq for FromUtf16Error
Auto Trait Implementations§
impl Freeze for FromUtf16Error
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