Struct bird_protocol_server::server::ProtocolServerRuntime
source · [−]pub struct ProtocolServerRuntime {
pub running: AtomicBool,
}
Fields
running: AtomicBool
Auto Trait Implementations
impl RefUnwindSafe for ProtocolServerRuntime
impl Send for ProtocolServerRuntime
impl Sync for ProtocolServerRuntime
impl Unpin for ProtocolServerRuntime
impl UnwindSafe for ProtocolServerRuntime
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