pub struct WebsocketListenerResource(pub TcpListener);Expand description
A resource which wraps an established TCP listener. Taken from the bus
Tuple Fields§
§0: TcpListenerTrait Implementations§
Source§impl Debug for WebsocketListenerResource
impl Debug for WebsocketListenerResource
Source§impl Storage for WebsocketListenerResource
impl Storage for WebsocketListenerResource
impl Resource<WebsocketListenerBus> for WebsocketListenerResource
Auto Trait Implementations§
impl !Freeze for WebsocketListenerResource
impl !RefUnwindSafe for WebsocketListenerResource
impl Send for WebsocketListenerResource
impl Sync for WebsocketListenerResource
impl Unpin for WebsocketListenerResource
impl !UnwindSafe for WebsocketListenerResource
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