pub struct DataStore {
pub def: Def,
pub ident: &'static str,
pub canister: &'static str,
pub memory_id: u8,
}Expand description
DataStore
Schema node describing a stable IC BTreeMap that stores entity data. This is the authoritative row store for an entity.
Fields§
§def: Def§ident: &'static str§canister: &'static str§memory_id: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataStore
impl RefUnwindSafe for DataStore
impl Send for DataStore
impl Sync for DataStore
impl Unpin for DataStore
impl UnwindSafe for DataStore
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