Struct rust_chain::mi_not_generic::TableI64
source · [−]Expand description
Fields
code: u64
scope: u64
table: u64
Implementations
sourceimpl TableI64
impl TableI64
sourcepub fn new(
code: Name,
scope: Name,
table: Name,
unpacker: fn(_: &[u8]) -> Box<dyn MultiIndexValue>
) -> Self
pub fn new(
code: Name,
scope: Name,
table: Name,
unpacker: fn(_: &[u8]) -> Box<dyn MultiIndexValue>
) -> Self
sourcepub fn update(
&self,
iterator: &Iterator<'_>,
value: &dyn MultiIndexValue,
payer: Name
)
pub fn update(
&self,
iterator: &Iterator<'_>,
value: &dyn MultiIndexValue,
payer: Name
)
sourcepub fn lower_bound(&self, id: u64) -> Iterator<'_>
pub fn lower_bound(&self, id: u64) -> Iterator<'_>
sourcepub fn upper_bound(&self, id: u64) -> Iterator<'_>
pub fn upper_bound(&self, id: u64) -> Iterator<'_>
Auto Trait Implementations
impl RefUnwindSafe for TableI64
impl Send for TableI64
impl Sync for TableI64
impl Unpin for TableI64
impl UnwindSafe for TableI64
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