Struct rust_chain::db::SecondaryIterator
source · [−]Expand description
Fields
i: i32
db_index: usize
primary: u64
Implementations
Trait Implementations
sourceimpl Clone for SecondaryIterator
impl Clone for SecondaryIterator
sourcefn clone(&self) -> SecondaryIterator
fn clone(&self) -> SecondaryIterator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SecondaryIterator
impl Debug for SecondaryIterator
sourceimpl Default for SecondaryIterator
impl Default for SecondaryIterator
sourceimpl PartialEq<SecondaryIterator> for SecondaryIterator
impl PartialEq<SecondaryIterator> for SecondaryIterator
sourcefn eq(&self, other: &SecondaryIterator) -> bool
fn eq(&self, other: &SecondaryIterator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SecondaryIterator) -> bool
fn ne(&self, other: &SecondaryIterator) -> bool
This method tests for !=
.
impl Copy for SecondaryIterator
impl StructuralPartialEq for SecondaryIterator
Auto Trait Implementations
impl RefUnwindSafe for SecondaryIterator
impl Send for SecondaryIterator
impl Sync for SecondaryIterator
impl Unpin for SecondaryIterator
impl UnwindSafe for SecondaryIterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more