pub struct QueryPlannerInterfacesResponse {
pub planner_interfaces: Vec<PlannerInterfaceDescription>,
}Fields§
§planner_interfaces: Vec<PlannerInterfaceDescription>Trait Implementations§
Source§impl Clone for QueryPlannerInterfacesResponse
impl Clone for QueryPlannerInterfacesResponse
Source§fn clone(&self) -> QueryPlannerInterfacesResponse
fn clone(&self) -> QueryPlannerInterfacesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for QueryPlannerInterfacesResponse
impl<'de> Deserialize<'de> for QueryPlannerInterfacesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for QueryPlannerInterfacesResponse
impl PartialEq for QueryPlannerInterfacesResponse
Source§fn eq(&self, other: &QueryPlannerInterfacesResponse) -> bool
fn eq(&self, other: &QueryPlannerInterfacesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Message for QueryPlannerInterfacesResponse
impl StructuralPartialEq for QueryPlannerInterfacesResponse
Auto Trait Implementations§
impl Freeze for QueryPlannerInterfacesResponse
impl RefUnwindSafe for QueryPlannerInterfacesResponse
impl Send for QueryPlannerInterfacesResponse
impl Sync for QueryPlannerInterfacesResponse
impl Unpin for QueryPlannerInterfacesResponse
impl UnwindSafe for QueryPlannerInterfacesResponse
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