pub struct ControlServer {
pub info: ControlInfo,
pub stop: Arc<AtomicBool>,
}Fields§
§info: ControlInfo§stop: Arc<AtomicBool>Implementations§
Source§impl ControlServer
impl ControlServer
pub async fn bind(root: &Path, ddp_listen: SocketAddr) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ControlServer
impl RefUnwindSafe for ControlServer
impl Send for ControlServer
impl Sync for ControlServer
impl Unpin for ControlServer
impl UnsafeUnpin for ControlServer
impl UnwindSafe for ControlServer
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