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