pub struct YamlParseReport {
pub tree: Option<SyntaxNode>,
pub diagnostics: Vec<YamlDiagnostic>,
}Fields§
§tree: Option<SyntaxNode>§diagnostics: Vec<YamlDiagnostic>Trait Implementations§
Source§impl Clone for YamlParseReport
impl Clone for YamlParseReport
Source§fn clone(&self) -> YamlParseReport
fn clone(&self) -> YamlParseReport
Returns a duplicate 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 Freeze for YamlParseReport
impl !RefUnwindSafe for YamlParseReport
impl !Send for YamlParseReport
impl !Sync for YamlParseReport
impl Unpin for YamlParseReport
impl UnsafeUnpin for YamlParseReport
impl !UnwindSafe for YamlParseReport
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