pub struct TupleElementsView {
pub value: ValueHandle,
pub tuple_elements_opt: TupleElementsOptHandle,
}Fields§
§value: ValueHandle§tuple_elements_opt: TupleElementsOptHandleTrait Implementations§
Source§impl Clone for TupleElementsView
impl Clone for TupleElementsView
Source§fn clone(&self) -> TupleElementsView
fn clone(&self) -> TupleElementsView
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 TupleElementsView
impl Debug for TupleElementsView
Source§impl PartialEq for TupleElementsView
impl PartialEq for TupleElementsView
impl Copy for TupleElementsView
impl Eq for TupleElementsView
impl StructuralPartialEq for TupleElementsView
Auto Trait Implementations§
impl Freeze for TupleElementsView
impl RefUnwindSafe for TupleElementsView
impl Send for TupleElementsView
impl Sync for TupleElementsView
impl Unpin for TupleElementsView
impl UnwindSafe for TupleElementsView
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