pub enum FormatErrorType {
InvalidValue,
Unimplemented,
Internal,
}
Variants§
Trait Implementations§
Source§impl Clone for FormatErrorType
impl Clone for FormatErrorType
Source§fn clone(&self) -> FormatErrorType
fn clone(&self) -> FormatErrorType
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 FormatErrorType
impl Debug for FormatErrorType
Source§impl Display for FormatErrorType
impl Display for FormatErrorType
Source§impl Ord for FormatErrorType
impl Ord for FormatErrorType
Source§fn cmp(&self, other: &FormatErrorType) -> Ordering
fn cmp(&self, other: &FormatErrorType) -> 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 FormatErrorType
impl PartialEq for FormatErrorType
Source§impl PartialOrd for FormatErrorType
impl PartialOrd for FormatErrorType
impl Eq for FormatErrorType
impl StructuralPartialEq for FormatErrorType
Auto Trait Implementations§
impl Freeze for FormatErrorType
impl RefUnwindSafe for FormatErrorType
impl Send for FormatErrorType
impl Sync for FormatErrorType
impl Unpin for FormatErrorType
impl UnwindSafe for FormatErrorType
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