Struct irox_time::format::FormatError
source · pub struct FormatError { /* private fields */ }Expand description
Error type returned by the FormatParsers and Formatters
Implementations§
Trait Implementations§
source§impl Debug for FormatError
impl Debug for FormatError
source§impl Display for FormatError
impl Display for FormatError
source§impl From<Error> for FormatError
impl From<Error> for FormatError
source§impl From<GreaterThanEqualToValueError<f64>> for FormatError
impl From<GreaterThanEqualToValueError<f64>> for FormatError
source§fn from(value: GreaterThanEqualToValueError<f64>) -> Self
fn from(value: GreaterThanEqualToValueError<f64>) -> Self
Converts to this type from the input type.
source§impl From<GreaterThanEqualToValueError<u16>> for FormatError
impl From<GreaterThanEqualToValueError<u16>> for FormatError
source§fn from(value: GreaterThanEqualToValueError<u16>) -> Self
fn from(value: GreaterThanEqualToValueError<u16>) -> Self
Converts to this type from the input type.
source§impl From<GreaterThanEqualToValueError<u32>> for FormatError
impl From<GreaterThanEqualToValueError<u32>> for FormatError
source§fn from(value: GreaterThanEqualToValueError<u32>) -> Self
fn from(value: GreaterThanEqualToValueError<u32>) -> Self
Converts to this type from the input type.
source§impl From<GreaterThanEqualToValueError<u8>> for FormatError
impl From<GreaterThanEqualToValueError<u8>> for FormatError
source§fn from(value: GreaterThanEqualToValueError<u8>) -> Self
fn from(value: GreaterThanEqualToValueError<u8>) -> Self
Converts to this type from the input type.
source§impl From<ParseFloatError> for FormatError
impl From<ParseFloatError> for FormatError
source§fn from(value: ParseFloatError) -> Self
fn from(value: ParseFloatError) -> Self
Converts to this type from the input type.
source§impl From<ParseIntError> for FormatError
impl From<ParseIntError> for FormatError
source§fn from(value: ParseIntError) -> Self
fn from(value: ParseIntError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for FormatError
impl Send for FormatError
impl Sync for FormatError
impl Unpin for FormatError
impl UnwindSafe for FormatError
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