pub struct IndexStore {
pub def: Def,
pub ident: &'static str,
pub canister: &'static str,
pub entry_memory_id: u8,
pub fingerprint_memory_id: u8,
}Expand description
IndexStore
Fields§
§def: Def§ident: &'static str§canister: &'static str§entry_memory_id: u8§fingerprint_memory_id: u8Trait Implementations§
Source§impl Clone for IndexStore
impl Clone for IndexStore
Source§fn clone(&self) -> IndexStore
fn clone(&self) -> IndexStore
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 IndexStore
impl Debug for IndexStore
Source§impl Serialize for IndexStore
impl Serialize for IndexStore
Source§impl ValidateNode for IndexStore
impl ValidateNode for IndexStore
Auto Trait Implementations§
impl Freeze for IndexStore
impl RefUnwindSafe for IndexStore
impl Send for IndexStore
impl Sync for IndexStore
impl Unpin for IndexStore
impl UnwindSafe for IndexStore
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