pub struct TupleIndexView {
pub hash: Hash,
pub integer: IntegerHandle,
}Fields§
§hash: Hash§integer: IntegerHandleTrait Implementations§
Source§impl Clone for TupleIndexView
impl Clone for TupleIndexView
Source§fn clone(&self) -> TupleIndexView
fn clone(&self) -> TupleIndexView
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 TupleIndexView
impl Debug for TupleIndexView
Source§impl PartialEq for TupleIndexView
impl PartialEq for TupleIndexView
impl Copy for TupleIndexView
impl Eq for TupleIndexView
impl StructuralPartialEq for TupleIndexView
Auto Trait Implementations§
impl Freeze for TupleIndexView
impl RefUnwindSafe for TupleIndexView
impl Send for TupleIndexView
impl Sync for TupleIndexView
impl Unpin for TupleIndexView
impl UnwindSafe for TupleIndexView
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