pub struct SelectionQuery {
pub fields: Vec<String>,
pub includes: Vec<String>,
pub include_fields: BTreeMap<String, Vec<String>>,
}Fields§
§fields: Vec<String>§includes: Vec<String>§include_fields: BTreeMap<String, Vec<String>>Implementations§
Trait Implementations§
Source§impl Clone for SelectionQuery
impl Clone for SelectionQuery
Source§fn clone(&self) -> SelectionQuery
fn clone(&self) -> SelectionQuery
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 Debug for SelectionQuery
impl Debug for SelectionQuery
Source§impl Default for SelectionQuery
impl Default for SelectionQuery
Source§fn default() -> SelectionQuery
fn default() -> SelectionQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelectionQuery
impl<'de> Deserialize<'de> for SelectionQuery
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 SelectionQuery
impl PartialEq for SelectionQuery
Source§impl Serialize for SelectionQuery
impl Serialize for SelectionQuery
impl Eq for SelectionQuery
impl StructuralPartialEq for SelectionQuery
Auto Trait Implementations§
impl Freeze for SelectionQuery
impl RefUnwindSafe for SelectionQuery
impl Send for SelectionQuery
impl Sync for SelectionQuery
impl Unpin for SelectionQuery
impl UnsafeUnpin for SelectionQuery
impl UnwindSafe for SelectionQuery
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