Struct cynic::queries::SelectionSet
source · pub struct SelectionSet { /* private fields */ }Expand description
A set of field selections that form part of a graphql query.
Trait Implementations§
source§impl Debug for SelectionSet
impl Debug for SelectionSet
source§impl Default for SelectionSet
impl Default for SelectionSet
source§fn default() -> SelectionSet
fn default() -> SelectionSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SelectionSet
impl Send for SelectionSet
impl Sync for SelectionSet
impl Unpin for SelectionSet
impl UnwindSafe for SelectionSet
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