pub enum StabClauseLeft<'tree> {
Arguments(Box<Arguments<'tree>>),
BinaryOperator(Box<BinaryOperator<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for StabClauseLeft<'tree>
impl<'tree> Clone for StabClauseLeft<'tree>
Source§fn clone(&self) -> StabClauseLeft<'tree>
fn clone(&self) -> StabClauseLeft<'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 StabClauseLeft<'tree>
impl<'tree> Debug for StabClauseLeft<'tree>
impl<'tree> Eq for StabClauseLeft<'tree>
Source§impl<'tree> FromNode<'tree> for StabClauseLeft<'tree>
impl<'tree> FromNode<'tree> for StabClauseLeft<'tree>
Source§impl<'tree> PartialEq for StabClauseLeft<'tree>
impl<'tree> PartialEq for StabClauseLeft<'tree>
Source§impl Spanned for StabClauseLeft<'_>
impl Spanned for StabClauseLeft<'_>
impl<'tree> StructuralPartialEq for StabClauseLeft<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for StabClauseLeft<'tree>
impl<'tree> RefUnwindSafe for StabClauseLeft<'tree>
impl<'tree> Send for StabClauseLeft<'tree>
impl<'tree> Sync for StabClauseLeft<'tree>
impl<'tree> Unpin for StabClauseLeft<'tree>
impl<'tree> UnsafeUnpin for StabClauseLeft<'tree>
impl<'tree> UnwindSafe for StabClauseLeft<'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