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