pub struct TestNestedService;Trait Implementations§
Source§impl Service for TestNestedService
impl Service for TestNestedService
type Request = TestNestedServiceRequest
type Response = TestNestedServiceResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for TestNestedService
impl RefUnwindSafe for TestNestedService
impl Send for TestNestedService
impl Sync for TestNestedService
impl Unpin for TestNestedService
impl UnwindSafe for TestNestedService
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