Struct asciidork_parser::parser::ParseResult
source · pub struct ParseResult<'bmp> {
pub document: Document<'bmp>,
pub warnings: Vec<Diagnostic>,
}Fields§
§document: Document<'bmp>§warnings: Vec<Diagnostic>Auto Trait Implementations§
impl<'bmp> Freeze for ParseResult<'bmp>
impl<'bmp> !RefUnwindSafe for ParseResult<'bmp>
impl<'bmp> !Send for ParseResult<'bmp>
impl<'bmp> !Sync for ParseResult<'bmp>
impl<'bmp> Unpin for ParseResult<'bmp>
impl<'bmp> !UnwindSafe for ParseResult<'bmp>
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