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