pub struct TupleOpt<'t> {
pub tuple_elements: TupleElements<'t>,
}Expand description
Type derived for non-terminal TupleOpt
Fields§
§tuple_elements: TupleElements<'t>Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for TupleOpt<'t>
impl<'t> RefUnwindSafe for TupleOpt<'t>
impl<'t> Send for TupleOpt<'t>
impl<'t> Sync for TupleOpt<'t>
impl<'t> Unpin for TupleOpt<'t>
impl<'t> UnsafeUnpin for TupleOpt<'t>
impl<'t> UnwindSafe for TupleOpt<'t>
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