pub struct KeyTuple<'t> {
pub l_paren: LParen<'t>,
pub key_tuple_opt: Option<KeyTupleOpt<'t>>,
pub r_paren: RParen<'t>,
}Expand description
Type derived for non-terminal KeyTuple
Fields§
§l_paren: LParen<'t>§key_tuple_opt: Option<KeyTupleOpt<'t>>§r_paren: RParen<'t>Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for KeyTuple<'t>
impl<'t> RefUnwindSafe for KeyTuple<'t>
impl<'t> Send for KeyTuple<'t>
impl<'t> Sync for KeyTuple<'t>
impl<'t> Unpin for KeyTuple<'t>
impl<'t> UnsafeUnpin for KeyTuple<'t>
impl<'t> UnwindSafe for KeyTuple<'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