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