pub enum LockStatementChildren<'tree> {
Expression(Box<Expression<'tree>>),
Statement(Box<Statement<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for LockStatementChildren<'tree>
impl<'tree> Clone for LockStatementChildren<'tree>
Source§fn clone(&self) -> LockStatementChildren<'tree>
fn clone(&self) -> LockStatementChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LockStatementChildren<'tree>
impl<'tree> Debug for LockStatementChildren<'tree>
impl<'tree> Eq for LockStatementChildren<'tree>
Source§impl<'tree> FromNode<'tree> for LockStatementChildren<'tree>
impl<'tree> FromNode<'tree> for LockStatementChildren<'tree>
Source§impl<'tree> PartialEq for LockStatementChildren<'tree>
impl<'tree> PartialEq for LockStatementChildren<'tree>
Source§impl Spanned for LockStatementChildren<'_>
impl Spanned for LockStatementChildren<'_>
impl<'tree> StructuralPartialEq for LockStatementChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for LockStatementChildren<'tree>
impl<'tree> RefUnwindSafe for LockStatementChildren<'tree>
impl<'tree> Send for LockStatementChildren<'tree>
impl<'tree> Sync for LockStatementChildren<'tree>
impl<'tree> Unpin for LockStatementChildren<'tree>
impl<'tree> UnsafeUnpin for LockStatementChildren<'tree>
impl<'tree> UnwindSafe for LockStatementChildren<'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