pub struct AutoReconnectSocket {
pub status: Mutable<SocketConnectionStatus>,
pub incoming: Sender<Message>,
pub outgoing: Sender<Message>,
}Fields§
§status: Mutable<SocketConnectionStatus>§incoming: Sender<Message>§outgoing: Sender<Message>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoReconnectSocket
impl !RefUnwindSafe for AutoReconnectSocket
impl Send for AutoReconnectSocket
impl Sync for AutoReconnectSocket
impl Unpin for AutoReconnectSocket
impl !UnwindSafe for AutoReconnectSocket
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