pub struct QueryPlannerInterfacesRes {
pub planner_interfaces: Vec<PlannerInterfaceDescription>,
}Fields§
§planner_interfaces: Vec<PlannerInterfaceDescription>Trait Implementations§
Source§impl Clone for QueryPlannerInterfacesRes
impl Clone for QueryPlannerInterfacesRes
Source§fn clone(&self) -> QueryPlannerInterfacesRes
fn clone(&self) -> QueryPlannerInterfacesRes
Returns a copy 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 Debug for QueryPlannerInterfacesRes
impl Debug for QueryPlannerInterfacesRes
Source§impl Default for QueryPlannerInterfacesRes
impl Default for QueryPlannerInterfacesRes
Source§impl<'de> Deserialize<'de> for QueryPlannerInterfacesRes
impl<'de> Deserialize<'de> for QueryPlannerInterfacesRes
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
impl Message for QueryPlannerInterfacesRes
impl StructuralPartialEq for QueryPlannerInterfacesRes
Auto Trait Implementations§
impl Freeze for QueryPlannerInterfacesRes
impl RefUnwindSafe for QueryPlannerInterfacesRes
impl Send for QueryPlannerInterfacesRes
impl Sync for QueryPlannerInterfacesRes
impl Unpin for QueryPlannerInterfacesRes
impl UnwindSafe for QueryPlannerInterfacesRes
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