pub struct ProtocolServerRuntime {
pub running: AtomicBool,
}Fields§
§running: AtomicBoolAuto Trait Implementations§
impl !Freeze for ProtocolServerRuntime
impl RefUnwindSafe for ProtocolServerRuntime
impl Send for ProtocolServerRuntime
impl Sync for ProtocolServerRuntime
impl Unpin for ProtocolServerRuntime
impl UnwindSafe for ProtocolServerRuntime
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