pub struct Tuple<'s> {
pub ident: Option<WsFollowed<'s, &'s str>>,
pub fields: Separated<'s, Value<'s>>,
}
Fields§
§ident: Option<WsFollowed<'s, &'s str>>
§fields: Separated<'s, Value<'s>>
Trait Implementations§
impl<'s> StructuralPartialEq for Tuple<'s>
Auto Trait Implementations§
impl<'s> Freeze for Tuple<'s>
impl<'s> RefUnwindSafe for Tuple<'s>
impl<'s> Send for Tuple<'s>
impl<'s> Sync for Tuple<'s>
impl<'s> Unpin for Tuple<'s>
impl<'s> UnwindSafe for Tuple<'s>
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