Enum ic_utils::interfaces::management_canister::MgmtMethod [−][src]
pub enum MgmtMethod {
CreateCanister,
InstallCode,
StartCanister,
StopCanister,
CanisterStatus,
DeleteCanister,
DepositCycles,
RawRand,
ProvisionalCreateCanisterWithCycles,
ProvisionalTopUpCanister,
UninstallCode,
UpdateSettings,
}Variants
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.