pub enum SocketServerStatus {
Connected,
Disconnected,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SocketServerStatus
impl RefUnwindSafe for SocketServerStatus
impl Send for SocketServerStatus
impl Sync for SocketServerStatus
impl Unpin for SocketServerStatus
impl UnwindSafe for SocketServerStatus
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