pub struct Source<'tree> {
pub span: Span,
pub children: Vec<SourceChildren<'tree>>,
}Fields§
§span: Span§children: Vec<SourceChildren<'tree>>Trait Implementations§
impl<'tree> Eq for Source<'tree>
impl<'tree> StructuralPartialEq for Source<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Source<'tree>
impl<'tree> RefUnwindSafe for Source<'tree>
impl<'tree> Send for Source<'tree>
impl<'tree> Sync for Source<'tree>
impl<'tree> Unpin for Source<'tree>
impl<'tree> UnsafeUnpin for Source<'tree>
impl<'tree> UnwindSafe for Source<'tree>
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