Struct bird_protocol_server::server::ProtocolServerTask
source · [−]pub struct ProtocolServerTask {
pub runtime: Arc<ProtocolServerRuntime>,
pub task: JoinHandle<Result<()>>,
}
Fields
runtime: Arc<ProtocolServerRuntime>
task: JoinHandle<Result<()>>
Auto Trait Implementations
impl RefUnwindSafe for ProtocolServerTask
impl Send for ProtocolServerTask
impl Sync for ProtocolServerTask
impl Unpin for ProtocolServerTask
impl UnwindSafe for ProtocolServerTask
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more