Struct sq3_parser::Sq3ParserError
source · pub struct Sq3ParserError(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Debug for Sq3ParserError
impl Debug for Sq3ParserError
source§impl Display for Sq3ParserError
impl Display for Sq3ParserError
source§impl Error for Sq3ParserError
impl Error for Sq3ParserError
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<ParseFloatError> for Sq3ParserError
impl From<ParseFloatError> for Sq3ParserError
source§fn from(error: ParseFloatError) -> Self
fn from(error: ParseFloatError) -> Self
Converts to this type from the input type.
source§impl From<ParseIntError> for Sq3ParserError
impl From<ParseIntError> for Sq3ParserError
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 Sq3ParserError
impl RefUnwindSafe for Sq3ParserError
impl Send for Sq3ParserError
impl Sync for Sq3ParserError
impl Unpin for Sq3ParserError
impl UnwindSafe for Sq3ParserError
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