pub enum HostStatus {
Connected(bool),
Running(bool),
}Variants§
Auto Trait Implementations§
impl Freeze for HostStatus
impl RefUnwindSafe for HostStatus
impl Send for HostStatus
impl Sync for HostStatus
impl Unpin for HostStatus
impl UnwindSafe for HostStatus
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