pub enum MgmtMethod {
Show 16 variants
CreateCanister,
InstallCode,
StartCanister,
StopCanister,
CanisterStatus,
DeleteCanister,
DepositCycles,
RawRand,
ProvisionalCreateCanisterWithCycles,
ProvisionalTopUpCanister,
UninstallCode,
UpdateSettings,
UploadChunk,
ClearChunkStore,
StoredChunks,
InstallChunkedCode,
}Expand description
All the known methods of the management canister.
Variants§
CreateCanister
InstallCode
StartCanister
StopCanister
CanisterStatus
DeleteCanister
DepositCycles
RawRand
ProvisionalCreateCanisterWithCycles
See [ManagementCanister::provisional_create_canister_with_cycles].
ProvisionalTopUpCanister
UninstallCode
UpdateSettings
UploadChunk
ClearChunkStore
StoredChunks
InstallChunkedCode
Trait Implementations§
source§impl AsRef<str> for MgmtMethod
impl AsRef<str> for MgmtMethod
source§impl Debug for MgmtMethod
impl Debug for MgmtMethod
source§impl FromStr for MgmtMethod
impl FromStr for MgmtMethod
Auto Trait Implementations§
impl RefUnwindSafe for MgmtMethod
impl Send for MgmtMethod
impl Sync for MgmtMethod
impl Unpin for MgmtMethod
impl UnwindSafe for MgmtMethod
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