Struct crows_utils::services::DummyCoordinatorService
source · pub struct DummyCoordinatorService;
Trait Implementations§
source§impl<T> Service<DummyCoordinatorService> for T
impl<T> Service<DummyCoordinatorService> for T
type Request = CoordinatorRequest
type Response = CoordinatorResponse
type Client = ClientClient
fn handle_request( &self, client: Self::Client, message: Self::Request ) -> Pin<Box<dyn Future<Output = Self::Response> + Send + '_>>
Auto Trait Implementations§
impl Freeze for DummyCoordinatorService
impl RefUnwindSafe for DummyCoordinatorService
impl Send for DummyCoordinatorService
impl Sync for DummyCoordinatorService
impl Unpin for DummyCoordinatorService
impl UnwindSafe for DummyCoordinatorService
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