Struct ic_utils::interfaces::wallet::CanisterSettingsV1 [−][src]
pub struct CanisterSettingsV1 {
pub controller: Option<Principal>,
pub compute_allocation: Option<Nat>,
pub memory_allocation: Option<Nat>,
pub freezing_threshold: Option<Nat>,
}Fields
controller: Option<Principal>compute_allocation: Option<Nat>memory_allocation: Option<Nat>freezing_threshold: Option<Nat>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 CanisterSettingsV1
impl Send for CanisterSettingsV1
impl Sync for CanisterSettingsV1
impl Unpin for CanisterSettingsV1
impl UnwindSafe for CanisterSettingsV1
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more