pub struct FromASTError {
pub line_number: usize,
pub raw_line: String,
pub message: String,
}
Fields§
§line_number: usize
§raw_line: String
§message: String
Trait Implementations§
Source§impl Clone for FromASTError
impl Clone for FromASTError
Source§fn clone(&self) -> FromASTError
fn clone(&self) -> FromASTError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FromASTError
impl Debug for FromASTError
Auto Trait Implementations§
impl Freeze for FromASTError
impl RefUnwindSafe for FromASTError
impl Send for FromASTError
impl Sync for FromASTError
impl Unpin for FromASTError
impl UnwindSafe for FromASTError
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