pub struct KeyTupleElementsTail<'t> {
pub comma: Comma<'t>,
pub key_tuple_elements_tail_opt: Option<KeyTupleElementsTailOpt<'t>>,
}Expand description
Type derived for non-terminal KeyTupleElementsTail
Fields§
§comma: Comma<'t>§key_tuple_elements_tail_opt: Option<KeyTupleElementsTailOpt<'t>>Trait Implementations§
Source§impl<'t> Clone for KeyTupleElementsTail<'t>
impl<'t> Clone for KeyTupleElementsTail<'t>
Source§fn clone(&self) -> KeyTupleElementsTail<'t>
fn clone(&self) -> KeyTupleElementsTail<'t>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'t> Debug for KeyTupleElementsTail<'t>
impl<'t> Debug for KeyTupleElementsTail<'t>
Auto Trait Implementations§
impl<'t> Freeze for KeyTupleElementsTail<'t>
impl<'t> RefUnwindSafe for KeyTupleElementsTail<'t>
impl<'t> Send for KeyTupleElementsTail<'t>
impl<'t> Sync for KeyTupleElementsTail<'t>
impl<'t> Unpin for KeyTupleElementsTail<'t>
impl<'t> UnsafeUnpin for KeyTupleElementsTail<'t>
impl<'t> UnwindSafe for KeyTupleElementsTail<'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