pub struct CommyServer { /* private fields */ }Expand description
Manages Commy server process lifecycle
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommyServer
impl RefUnwindSafe for CommyServer
impl Send for CommyServer
impl Sync for CommyServer
impl Unpin for CommyServer
impl UnsafeUnpin for CommyServer
impl UnwindSafe for CommyServer
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