Struct virtue::generate::PushParseError
source · pub struct PushParseError {
pub error: LexError,
pub code: String,
}
Expand description
Failed to parse the code passed to StreamBuilder::push_parsed
Fields§
§error: LexError
The parsing error
code: String
The code that was being parsed
Trait Implementations§
source§impl Debug for PushParseError
impl Debug for PushParseError
source§impl From<PushParseError> for Error
impl From<PushParseError> for Error
source§fn from(e: PushParseError) -> Self
fn from(e: PushParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PushParseError
impl RefUnwindSafe for PushParseError
impl !Send for PushParseError
impl !Sync for PushParseError
impl Unpin for PushParseError
impl UnwindSafe for PushParseError
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