pub struct ProvisionalCreateCanisterWithCycles;Expand description
Create a canister on dev versions of the I.C.
Trait Implementations§
Source§impl Method for ProvisionalCreateCanisterWithCycles
impl Method for ProvisionalCreateCanisterWithCycles
const NAME: &'static str = "provisional_create_canister_with_cycles"
type Arguments = (ProvisionalCreateCanisterWithCyclesArgument,)
type Response = (WithCanisterId,)
fn perform(id: Principal, args: Self::Arguments) -> CallResponse<Self::Response>
fn perform_with_payment( id: Principal, args: Self::Arguments, cycles: u64, ) -> CallResponse<Self::Response>
Auto Trait Implementations§
impl Freeze for ProvisionalCreateCanisterWithCycles
impl RefUnwindSafe for ProvisionalCreateCanisterWithCycles
impl Send for ProvisionalCreateCanisterWithCycles
impl Sync for ProvisionalCreateCanisterWithCycles
impl Unpin for ProvisionalCreateCanisterWithCycles
impl UnsafeUnpin for ProvisionalCreateCanisterWithCycles
impl UnwindSafe for ProvisionalCreateCanisterWithCycles
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