pub struct ProvisionalCreateCanisterWithCycles;Expand description
Create a canister on dev versions of the I.C.
Trait Implementations
sourceimpl 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 RefUnwindSafe for ProvisionalCreateCanisterWithCycles
impl Send for ProvisionalCreateCanisterWithCycles
impl Sync for ProvisionalCreateCanisterWithCycles
impl Unpin for ProvisionalCreateCanisterWithCycles
impl UnwindSafe for ProvisionalCreateCanisterWithCycles
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more