pub struct HttpGatewayRequestArgs {
pub canister_request: CanisterRequest,
pub canister_id: Principal,
}
Fields§
§canister_request: CanisterRequest
The request to make to the canister.
canister_id: Principal
The id of the canister to make a request to.
Auto Trait Implementations§
impl !Freeze for HttpGatewayRequestArgs
impl !RefUnwindSafe for HttpGatewayRequestArgs
impl Send for HttpGatewayRequestArgs
impl Sync for HttpGatewayRequestArgs
impl Unpin for HttpGatewayRequestArgs
impl !UnwindSafe for HttpGatewayRequestArgs
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