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