pub struct RightSection<'tree> {
pub span: Span,
pub right_operand: Expression<'tree>,
pub children: RightSectionChildren<'tree>,
}Fields§
§span: Span§right_operand: Expression<'tree>§children: RightSectionChildren<'tree>Trait Implementations§
Source§impl<'tree> Clone for RightSection<'tree>
impl<'tree> Clone for RightSection<'tree>
Source§fn clone(&self) -> RightSection<'tree>
fn clone(&self) -> RightSection<'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 RightSection<'tree>
impl<'tree> Debug for RightSection<'tree>
impl<'tree> Eq for RightSection<'tree>
Source§impl<'tree> FromNode<'tree> for RightSection<'tree>
impl<'tree> FromNode<'tree> for RightSection<'tree>
Source§impl<'tree> PartialEq for RightSection<'tree>
impl<'tree> PartialEq for RightSection<'tree>
Source§impl Spanned for RightSection<'_>
impl Spanned for RightSection<'_>
impl<'tree> StructuralPartialEq for RightSection<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RightSection<'tree>
impl<'tree> RefUnwindSafe for RightSection<'tree>
impl<'tree> Send for RightSection<'tree>
impl<'tree> Sync for RightSection<'tree>
impl<'tree> Unpin for RightSection<'tree>
impl<'tree> UnsafeUnpin for RightSection<'tree>
impl<'tree> UnwindSafe for RightSection<'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