pub enum ThenChildren<'tree> {
Statement(Box<Statement<'tree>>),
EmptyStatement(Box<EmptyStatement<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for ThenChildren<'tree>
impl<'tree> Clone for ThenChildren<'tree>
Source§fn clone(&self) -> ThenChildren<'tree>
fn clone(&self) -> ThenChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for ThenChildren<'tree>
impl<'tree> Debug for ThenChildren<'tree>
Source§impl<'tree> FromNode<'tree> for ThenChildren<'tree>
impl<'tree> FromNode<'tree> for ThenChildren<'tree>
Source§impl<'tree> PartialEq for ThenChildren<'tree>
impl<'tree> PartialEq for ThenChildren<'tree>
Source§impl Spanned for ThenChildren<'_>
impl Spanned for ThenChildren<'_>
impl<'tree> Eq for ThenChildren<'tree>
impl<'tree> StructuralPartialEq for ThenChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ThenChildren<'tree>
impl<'tree> RefUnwindSafe for ThenChildren<'tree>
impl<'tree> Send for ThenChildren<'tree>
impl<'tree> Sync for ThenChildren<'tree>
impl<'tree> Unpin for ThenChildren<'tree>
impl<'tree> UnsafeUnpin for ThenChildren<'tree>
impl<'tree> UnwindSafe for ThenChildren<'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