pub struct FormatException(/* private fields */);
Expand description
Exception thrown when a string or some other data doesn’t have an expected format and cannot be parsed or processed.
Implementations§
Trait Implementations§
Source§impl Debug for FormatException
impl Debug for FormatException
Source§impl From<FormatException> for DartError
impl From<FormatException> for DartError
Source§fn from(err: FormatException) -> Self
fn from(err: FormatException) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FormatException
impl RefUnwindSafe for FormatException
impl Send for FormatException
impl Sync for FormatException
impl Unpin for FormatException
impl UnwindSafe for FormatException
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