pub struct PairPattern<'tree> {
pub span: Span,
pub key: PairPatternKey<'tree>,
pub value: PairPatternValue<'tree>,
}Fields§
§span: Span§key: PairPatternKey<'tree>§value: PairPatternValue<'tree>Trait Implementations§
Source§impl<'tree> Clone for PairPattern<'tree>
impl<'tree> Clone for PairPattern<'tree>
Source§fn clone(&self) -> PairPattern<'tree>
fn clone(&self) -> PairPattern<'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 PairPattern<'tree>
impl<'tree> Debug for PairPattern<'tree>
Source§impl<'tree> FromNode<'tree> for PairPattern<'tree>
impl<'tree> FromNode<'tree> for PairPattern<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PairPattern<'tree>
impl<'tree> RefUnwindSafe for PairPattern<'tree>
impl<'tree> Send for PairPattern<'tree>
impl<'tree> Sync for PairPattern<'tree>
impl<'tree> Unpin for PairPattern<'tree>
impl<'tree> UnsafeUnpin for PairPattern<'tree>
impl<'tree> UnwindSafe for PairPattern<'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