pub struct CharacterParserError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for CharacterParserError
impl Debug for CharacterParserError
Source§impl Display for CharacterParserError
impl Display for CharacterParserError
Source§impl Error for CharacterParserError
impl Error for CharacterParserError
fn from(&self, f: &mut Formatter<'_>) -> FmtResult
fn requirement(&self, f: &mut Formatter<'_>) -> FmtResult
fn result(&self, f: &mut Formatter<'_>) -> FmtResult
fn causes(&self, _: &mut Formatter<'_>, _: usize) -> FmtResult
fn print(&self, f: &mut Formatter<'_>, depth: usize) -> FmtResult
fn print_full(&self, f: &mut Formatter<'_>, depth: usize) -> FmtResult
Auto Trait Implementations§
impl Freeze for CharacterParserError
impl RefUnwindSafe for CharacterParserError
impl Send for CharacterParserError
impl Sync for CharacterParserError
impl Unpin for CharacterParserError
impl UnwindSafe for CharacterParserError
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more