pub struct ServerManager {
pub handle: JoinAll<JoinHandle<()>>,
pub tx: Sender<bool>,
}Fields§
§handle: JoinAll<JoinHandle<()>>§tx: Sender<bool>Implementations§
Auto Trait Implementations§
impl !Freeze for ServerManager
impl !RefUnwindSafe for ServerManager
impl Send for ServerManager
impl Sync for ServerManager
impl Unpin for ServerManager
impl UnsafeUnpin for ServerManager
impl !UnwindSafe for ServerManager
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