pub struct ParsedToml { /* private fields */ }
Implementations§
Source§impl ParsedToml
impl ParsedToml
pub fn syntax(&self) -> SyntaxNode
Auto Trait Implementations§
impl Freeze for ParsedToml
impl RefUnwindSafe for ParsedToml
impl Send for ParsedToml
impl Sync for ParsedToml
impl Unpin for ParsedToml
impl UnwindSafe for ParsedToml
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