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