pub struct KeyTupleElements<'t> {
pub key_value: KeyValue<'t>,
pub key_tuple_elements_opt: Option<Box<KeyTupleElementsOpt<'t>>>,
}Expand description
Type derived for non-terminal KeyTupleElements
Fields§
§key_value: KeyValue<'t>§key_tuple_elements_opt: Option<Box<KeyTupleElementsOpt<'t>>>Trait Implementations§
Source§impl<'t> Clone for KeyTupleElements<'t>
impl<'t> Clone for KeyTupleElements<'t>
Source§fn clone(&self) -> KeyTupleElements<'t>
fn clone(&self) -> KeyTupleElements<'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 KeyTupleElements<'t>
impl<'t> Debug for KeyTupleElements<'t>
Auto Trait Implementations§
impl<'t> Freeze for KeyTupleElements<'t>
impl<'t> RefUnwindSafe for KeyTupleElements<'t>
impl<'t> Send for KeyTupleElements<'t>
impl<'t> Sync for KeyTupleElements<'t>
impl<'t> Unpin for KeyTupleElements<'t>
impl<'t> UnsafeUnpin for KeyTupleElements<'t>
impl<'t> UnwindSafe for KeyTupleElements<'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