pub struct Config {
pub remove_cycles_add: bool,
pub filter_cycles_add: bool,
pub limit_stable_memory_page: Option<u32>,
pub limit_heap_memory_page: Option<u32>,
pub playground_canister_id: Option<Principal>,
}Fields§
§remove_cycles_add: bool§filter_cycles_add: bool§limit_stable_memory_page: Option<u32>§limit_heap_memory_page: Option<u32>§playground_canister_id: Option<Principal>Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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