[][src]Module ic_utils::interfaces::management_canister

Re-exports

pub use attributes::ComputeAllocation;
pub use attributes::MemoryAllocation;

Modules

attributes

Structs

InstallCodeBuilder
ManagementCanister

Enums

CanisterStatus

The status of a Canister, whether it's running, in the process of stopping, or stopped.

InstallMode

The install mode of the canister to install. If a canister is already installed, using InstallMode::Install will be an error. InstallMode::Reinstall overwrites the module, and InstallMode::Upgrade performs an Upgrade step.