Struct rust_chain::db::Idx128Table
source · [−]Expand description
Fields
db_index: usize
code: u64
scope: u64
table: u64
Implementations
Trait Implementations
sourceimpl IdxTable for Idx128Table
impl IdxTable for Idx128Table
fn get_db_index(&self) -> usize
fn store(
&self,
key: u64,
secondary: SecondaryValue,
payer: Name
) -> SecondaryIterator
fn update(
&self,
iterator: &SecondaryIterator,
secondary: SecondaryValue,
payer: Name
)
fn remove(&self, iterator: &SecondaryIterator)
fn next(&self, iterator: &SecondaryIterator) -> SecondaryIterator
fn previous(&self, iterator: &SecondaryIterator) -> SecondaryIterator
fn find_primary(&self, primary: u64) -> (SecondaryIterator, SecondaryValue)
fn find(&self, secondary: SecondaryValue) -> SecondaryIterator
fn lower_bound(
&self,
secondary: SecondaryValue
) -> (SecondaryIterator, SecondaryValue)
fn upper_bound(
&self,
secondary: SecondaryValue
) -> (SecondaryIterator, SecondaryValue)
fn end(&self) -> SecondaryIterator
Auto Trait Implementations
impl RefUnwindSafe for Idx128Table
impl Send for Idx128Table
impl Sync for Idx128Table
impl Unpin for Idx128Table
impl UnwindSafe for Idx128Table
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