pub struct KeyTuple(pub Vec<(String, Value)>);Expand description
Ordered key column → value pairs, in key declaration order.
Tuple Fields§
§0: Vec<(String, Value)>Trait Implementations§
impl StructuralPartialEq for KeyTuple
Auto Trait Implementations§
impl Freeze for KeyTuple
impl RefUnwindSafe for KeyTuple
impl Send for KeyTuple
impl Sync for KeyTuple
impl Unpin for KeyTuple
impl UnsafeUnpin for KeyTuple
impl UnwindSafe for KeyTuple
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