pub struct VosError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Error for VosError
impl Error for VosError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<&VosError> for Diagnostic
impl From<&VosError> for Diagnostic
Source§impl From<DiagnosticError> for VosError
impl From<DiagnosticError> for VosError
Source§fn from(error: DiagnosticError) -> Self
fn from(error: DiagnosticError) -> Self
Converts to this type from the input type.
Source§impl From<ParseBigDecimalError> for VosError
impl From<ParseBigDecimalError> for VosError
Source§fn from(error: ParseBigDecimalError) -> Self
fn from(error: ParseBigDecimalError) -> Self
Converts to this type from the input type.
Source§impl From<ParseBigIntError> for VosError
impl From<ParseBigIntError> for VosError
Source§fn from(error: ParseBigIntError) -> Self
fn from(error: ParseBigIntError) -> Self
Converts to this type from the input type.
Source§impl From<ParseError> for VosError
impl From<ParseError> for VosError
Source§fn from(error: ParseError) -> Self
fn from(error: ParseError) -> Self
Converts to this type from the input type.
Source§impl From<ParseFloatError> for VosError
impl From<ParseFloatError> for VosError
Source§fn from(error: ParseFloatError) -> Self
fn from(error: ParseFloatError) -> Self
Converts to this type from the input type.
Source§impl From<ParseIntError> for VosError
impl From<ParseIntError> for VosError
Source§fn from(error: ParseIntError) -> Self
fn from(error: ParseIntError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VosError
impl !RefUnwindSafe for VosError
impl !Send for VosError
impl !Sync for VosError
impl Unpin for VosError
impl !UnwindSafe for VosError
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