Struct transformation_file::build::FromASTError
source · 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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)