Struct union_utils::management_canister_client::DeployCanisterSettings [−][src]
pub struct DeployCanisterSettings {
pub controller: Option<Principal>,
pub compute_allocation: Option<u64>,
pub memory_allocation: Option<u64>,
pub freezing_threshold: Option<u64>,
}Fields
controller: Option<Principal>compute_allocation: Option<u64>memory_allocation: Option<u64>freezing_threshold: Option<u64>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeployCanisterSettings
impl Send for DeployCanisterSettings
impl Sync for DeployCanisterSettings
impl Unpin for DeployCanisterSettings
impl UnwindSafe for DeployCanisterSettings
Blanket Implementations
Mutably borrows from an owned value. Read more