pub struct Interpretation {
pub root_object_index: ObjectIndex,
pub lines: Vec<LineIndex>,
}Fields§
§root_object_index: ObjectIndex§lines: Vec<LineIndex>Trait Implementations§
source§impl Clone for Interpretation
impl Clone for Interpretation
source§fn clone(&self) -> Interpretation
fn clone(&self) -> Interpretation
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 moreAuto Trait Implementations§
impl RefUnwindSafe for Interpretation
impl Send for Interpretation
impl Sync for Interpretation
impl Unpin for Interpretation
impl UnwindSafe for Interpretation
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