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