pub struct NotifyCreateCanisterArg {
pub controller: Principal,
pub block_index: BlockIndex,
pub subnet_type: Option<String>,
}Fields§
§controller: Principal§block_index: BlockIndex§subnet_type: Option<String>Trait Implementations§
Source§impl CandidType for NotifyCreateCanisterArg
impl CandidType for NotifyCreateCanisterArg
Source§impl<'de> Deserialize<'de> for NotifyCreateCanisterArg
impl<'de> Deserialize<'de> for NotifyCreateCanisterArg
Source§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 Freeze for NotifyCreateCanisterArg
impl RefUnwindSafe for NotifyCreateCanisterArg
impl Send for NotifyCreateCanisterArg
impl Sync for NotifyCreateCanisterArg
impl Unpin for NotifyCreateCanisterArg
impl UnwindSafe for NotifyCreateCanisterArg
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