pub struct ParseManchesterResult {
pub normalized: String,
pub turtle_fragment: String,
pub tree: Value,
pub diagnostics: Vec<PatchDiagnostic>,
pub completions: ManchesterCompletions,
}Fields§
§normalized: String§turtle_fragment: String§tree: Value§diagnostics: Vec<PatchDiagnostic>§completions: ManchesterCompletionsTrait Implementations§
Source§impl Debug for ParseManchesterResult
impl Debug for ParseManchesterResult
Auto Trait Implementations§
impl Freeze for ParseManchesterResult
impl RefUnwindSafe for ParseManchesterResult
impl Send for ParseManchesterResult
impl Sync for ParseManchesterResult
impl Unpin for ParseManchesterResult
impl UnsafeUnpin for ParseManchesterResult
impl UnwindSafe for ParseManchesterResult
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