pub struct KeyTupleIndex<'t> {
pub tuple_index: TupleIndex<'t>,
}Expand description
Type derived for production 67
Key: TupleIndex;
Fields§
§tuple_index: TupleIndex<'t>Trait Implementations§
Source§impl<'t> Clone for KeyTupleIndex<'t>
impl<'t> Clone for KeyTupleIndex<'t>
Source§fn clone(&self) -> KeyTupleIndex<'t>
fn clone(&self) -> KeyTupleIndex<'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 KeyTupleIndex<'t>
impl<'t> Debug for KeyTupleIndex<'t>
Auto Trait Implementations§
impl<'t> Freeze for KeyTupleIndex<'t>
impl<'t> RefUnwindSafe for KeyTupleIndex<'t>
impl<'t> Send for KeyTupleIndex<'t>
impl<'t> Sync for KeyTupleIndex<'t>
impl<'t> Unpin for KeyTupleIndex<'t>
impl<'t> UnsafeUnpin for KeyTupleIndex<'t>
impl<'t> UnwindSafe for KeyTupleIndex<'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