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