pub struct GatewayListener {
pub name: String,
pub addr: SocketAddr,
pub runtime: GatewayRuntime,
}Fields§
§name: String§addr: SocketAddr§runtime: GatewayRuntimeTrait Implementations§
Source§impl Clone for GatewayListener
impl Clone for GatewayListener
Source§fn clone(&self) -> GatewayListener
fn clone(&self) -> GatewayListener
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for GatewayListener
impl !UnwindSafe for GatewayListener
impl Freeze for GatewayListener
impl Send for GatewayListener
impl Sync for GatewayListener
impl Unpin for GatewayListener
impl UnsafeUnpin for GatewayListener
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