pub struct OrchestratorServerHandle { /* private fields */ }Expand description
Shared recoverable handle for the process-global orchestrator server snapshot.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for OrchestratorServerHandle
impl !RefUnwindSafe for OrchestratorServerHandle
impl Send for OrchestratorServerHandle
impl Sync for OrchestratorServerHandle
impl Unpin for OrchestratorServerHandle
impl UnsafeUnpin for OrchestratorServerHandle
impl !UnwindSafe for OrchestratorServerHandle
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