pub(crate) struct Pairs {
pub pairs: Punctuated<Expr, Comma>,
}
Fields§
§pairs: Punctuated<Expr, Comma>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pairs
impl RefUnwindSafe for Pairs
impl !Send for Pairs
impl !Sync for Pairs
impl Unpin for Pairs
impl UnwindSafe for Pairs
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