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 = ParseErrorThe associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for MgmtMethodimpl Send for MgmtMethodimpl Sync for MgmtMethodimpl Unpin for MgmtMethodimpl UnwindSafe for MgmtMethod