pub struct Pair<'tree> {
pub span: Span,
pub key: PairKey<'tree>,
pub value: Expression<'tree>,
}Fields§
§span: Span§key: PairKey<'tree>§value: Expression<'tree>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Pair<'tree>
impl<'tree> RefUnwindSafe for Pair<'tree>
impl<'tree> Send for Pair<'tree>
impl<'tree> Sync for Pair<'tree>
impl<'tree> Unpin for Pair<'tree>
impl<'tree> UnsafeUnpin for Pair<'tree>
impl<'tree> UnwindSafe for Pair<'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