Struct beancount_parser_lima::ParseSuccess
source · pub struct ParseSuccess<'t> {
pub directives: Vec<Spanned<Directive<'t>>>,
pub options: Options<'t>,
pub plugins: Vec<Plugin<'t>>,
pub warnings: Vec<Warning>,
}Expand description
A successful parsing all the files, containing date-ordered Directives, Options, Plugins, and any Warnings.
Fields§
§directives: Vec<Spanned<Directive<'t>>>§options: Options<'t>§plugins: Vec<Plugin<'t>>§warnings: Vec<Warning>Trait Implementations§
Auto Trait Implementations§
impl<'t> RefUnwindSafe for ParseSuccess<'t>
impl<'t> Send for ParseSuccess<'t>
impl<'t> Sync for ParseSuccess<'t>
impl<'t> Unpin for ParseSuccess<'t>
impl<'t> UnwindSafe for ParseSuccess<'t>
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