pub struct KeyTupleElementsTailView {
pub comma: CommaHandle,
pub key_tuple_elements_tail_opt: KeyTupleElementsTailOptHandle,
}Fields§
§comma: CommaHandle§key_tuple_elements_tail_opt: KeyTupleElementsTailOptHandleTrait Implementations§
Source§impl Clone for KeyTupleElementsTailView
impl Clone for KeyTupleElementsTailView
Source§fn clone(&self) -> KeyTupleElementsTailView
fn clone(&self) -> KeyTupleElementsTailView
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 KeyTupleElementsTailView
impl Debug for KeyTupleElementsTailView
Source§impl PartialEq for KeyTupleElementsTailView
impl PartialEq for KeyTupleElementsTailView
impl Copy for KeyTupleElementsTailView
impl Eq for KeyTupleElementsTailView
impl StructuralPartialEq for KeyTupleElementsTailView
Auto Trait Implementations§
impl Freeze for KeyTupleElementsTailView
impl RefUnwindSafe for KeyTupleElementsTailView
impl Send for KeyTupleElementsTailView
impl Sync for KeyTupleElementsTailView
impl Unpin for KeyTupleElementsTailView
impl UnwindSafe for KeyTupleElementsTailView
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