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