pub struct CreateCanisterRpc {
pub canister_role: CanisterRole,
pub parent: CreateCanisterParent,
pub extra_arg: Option<Vec<u8>>,
}Fields§
§canister_role: CanisterRole§parent: CreateCanisterParent§extra_arg: Option<Vec<u8>>Trait Implementations§
Source§impl Rpc for CreateCanisterRpc
impl Rpc for CreateCanisterRpc
type Response = CreateCanisterResponse
fn into_request(self) -> Request
fn try_from_response(resp: Response) -> Result<Self::Response, RequestOpsError>
Auto Trait Implementations§
impl Freeze for CreateCanisterRpc
impl RefUnwindSafe for CreateCanisterRpc
impl Send for CreateCanisterRpc
impl Sync for CreateCanisterRpc
impl Unpin for CreateCanisterRpc
impl UnwindSafe for CreateCanisterRpc
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