enum AsParserError {
MissingDisplayImpl,
InvalidAs,
InvalidTokenAttribute(String),
NoTokenOrAs,
}
Variants§
Trait Implementations§
Source§impl Debug for AsParserError
impl Debug for AsParserError
Auto Trait Implementations§
impl Freeze for AsParserError
impl RefUnwindSafe for AsParserError
impl Send for AsParserError
impl Sync for AsParserError
impl Unpin for AsParserError
impl UnwindSafe for AsParserError
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