Struct rust_chain::db::SecondaryIterator
source · [−]Expand description
Fields
i: i32db_index: usizeprimary: u64Implementations
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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