Struct query_structure::prelude::CompositeSelection
source · pub struct CompositeSelection {
pub field: CompositeFieldRef,
pub selections: Vec<SelectedField>,
}
Fields§
§field: CompositeFieldRef
§selections: Vec<SelectedField>
Implementations§
Trait Implementations§
source§impl Clone for CompositeSelection
impl Clone for CompositeSelection
source§fn clone(&self) -> CompositeSelection
fn clone(&self) -> CompositeSelection
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 CompositeSelection
impl Debug for CompositeSelection
source§impl Hash for CompositeSelection
impl Hash for CompositeSelection
source§impl PartialEq for CompositeSelection
impl PartialEq for CompositeSelection
source§fn eq(&self, other: &CompositeSelection) -> bool
fn eq(&self, other: &CompositeSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CompositeSelection
impl StructuralEq for CompositeSelection
impl StructuralPartialEq for CompositeSelection
Auto Trait Implementations§
impl !RefUnwindSafe for CompositeSelection
impl Send for CompositeSelection
impl Sync for CompositeSelection
impl Unpin for CompositeSelection
impl !UnwindSafe for CompositeSelection
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.