pub struct GatewayEndpoint;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GatewayEndpoint
impl RefUnwindSafe for GatewayEndpoint
impl Send for GatewayEndpoint
impl Sync for GatewayEndpoint
impl Unpin for GatewayEndpoint
impl UnwindSafe for GatewayEndpoint
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