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