pub struct GatewayContext {
pub gateway_url: String,
pub send_token: String,
}Expand description
Gateway context passed to backend adapters that need to call back into the gateway
Fields§
§gateway_url: String§send_token: StringAuto Trait Implementations§
impl Freeze for GatewayContext
impl RefUnwindSafe for GatewayContext
impl Send for GatewayContext
impl Sync for GatewayContext
impl Unpin for GatewayContext
impl UnsafeUnpin for GatewayContext
impl UnwindSafe for GatewayContext
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