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