pub enum FormatErrorKind {
NoFormatOption,
InvalidFormatOption(char),
}Variants§
Trait Implementations§
Source§impl Clone for FormatErrorKind
impl Clone for FormatErrorKind
Source§fn clone(&self) -> FormatErrorKind
fn clone(&self) -> FormatErrorKind
Returns a duplicate 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 FormatErrorKind
impl Debug for FormatErrorKind
Source§impl Display for FormatErrorKind
impl Display for FormatErrorKind
Source§impl PartialEq for FormatErrorKind
impl PartialEq for FormatErrorKind
impl StructuralPartialEq for FormatErrorKind
Auto Trait Implementations§
impl Freeze for FormatErrorKind
impl RefUnwindSafe for FormatErrorKind
impl Send for FormatErrorKind
impl Sync for FormatErrorKind
impl Unpin for FormatErrorKind
impl UnwindSafe for FormatErrorKind
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