pub struct LsfData { /* private fields */ }Expand description
A successfully parsed .lsf file.
Implementations§
Source§impl LsfData
impl LsfData
Sourcepub fn print_summary(&self)
pub fn print_summary(&self)
Prints a summary the data contained by the file to stdout.
Auto Trait Implementations§
impl Freeze for LsfData
impl RefUnwindSafe for LsfData
impl Send for LsfData
impl Sync for LsfData
impl Unpin for LsfData
impl UnwindSafe for LsfData
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more