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