pub struct ServerExecutor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for ServerExecutor
impl Drop for ServerExecutor
Auto Trait Implementations§
impl !Freeze for ServerExecutor
impl RefUnwindSafe for ServerExecutor
impl Send for ServerExecutor
impl Sync for ServerExecutor
impl Unpin for ServerExecutor
impl UnsafeUnpin for ServerExecutor
impl UnwindSafe for ServerExecutor
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