pub struct GatewayResponse { /* private fields */ }
Expand description
Gateway response.
Implementations§
Trait Implementations§
Source§impl Clone for GatewayResponse
impl Clone for GatewayResponse
Source§fn clone(&self) -> GatewayResponse
fn clone(&self) -> GatewayResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GatewayResponse
impl Debug for GatewayResponse
Source§impl PartialEq for GatewayResponse
impl PartialEq for GatewayResponse
impl Copy for GatewayResponse
impl Eq for GatewayResponse
impl StructuralPartialEq for GatewayResponse
Auto Trait Implementations§
impl Freeze for GatewayResponse
impl RefUnwindSafe for GatewayResponse
impl Send for GatewayResponse
impl Sync for GatewayResponse
impl Unpin for GatewayResponse
impl UnwindSafe for GatewayResponse
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