pub struct KeyTupleElementsView {
pub key_value: KeyValueHandle,
pub key_tuple_elements_opt: KeyTupleElementsOptHandle,
}Fields§
§key_value: KeyValueHandle§key_tuple_elements_opt: KeyTupleElementsOptHandleTrait Implementations§
Source§impl Clone for KeyTupleElementsView
impl Clone for KeyTupleElementsView
Source§fn clone(&self) -> KeyTupleElementsView
fn clone(&self) -> KeyTupleElementsView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyTupleElementsView
impl Debug for KeyTupleElementsView
Source§impl PartialEq for KeyTupleElementsView
impl PartialEq for KeyTupleElementsView
impl Copy for KeyTupleElementsView
impl Eq for KeyTupleElementsView
impl StructuralPartialEq for KeyTupleElementsView
Auto Trait Implementations§
impl Freeze for KeyTupleElementsView
impl RefUnwindSafe for KeyTupleElementsView
impl Send for KeyTupleElementsView
impl Sync for KeyTupleElementsView
impl Unpin for KeyTupleElementsView
impl UnwindSafe for KeyTupleElementsView
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