pub struct KeyTupleView {
pub l_paren: LParenHandle,
pub key_tuple_opt: KeyTupleOptHandle,
pub r_paren: RParenHandle,
}Fields§
§l_paren: LParenHandle§key_tuple_opt: KeyTupleOptHandle§r_paren: RParenHandleTrait Implementations§
Source§impl Clone for KeyTupleView
impl Clone for KeyTupleView
Source§fn clone(&self) -> KeyTupleView
fn clone(&self) -> KeyTupleView
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 KeyTupleView
impl Debug for KeyTupleView
Source§impl PartialEq for KeyTupleView
impl PartialEq for KeyTupleView
impl Copy for KeyTupleView
impl Eq for KeyTupleView
impl StructuralPartialEq for KeyTupleView
Auto Trait Implementations§
impl Freeze for KeyTupleView
impl RefUnwindSafe for KeyTupleView
impl Send for KeyTupleView
impl Sync for KeyTupleView
impl Unpin for KeyTupleView
impl UnwindSafe for KeyTupleView
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