Struct apollo_compiler::executable::FragmentSpread
source · pub struct FragmentSpread {
pub fragment_name: Name,
pub directives: Directives,
}
Fields§
§fragment_name: Name
§directives: Directives
Implementations§
source§impl FragmentSpread
impl FragmentSpread
pub fn new(fragment_name: impl Into<Name>) -> Self
pub fn with_directive(self, directive: impl Into<Node<Directive>>) -> Self
pub fn with_directives( self, directives: impl IntoIterator<Item = Node<Directive>> ) -> Self
pub fn fragment_def<'a>( &self, document: &'a ExecutableDocument ) -> Option<&'a Node<Fragment>>
Trait Implementations§
source§impl Clone for FragmentSpread
impl Clone for FragmentSpread
source§fn clone(&self) -> FragmentSpread
fn clone(&self) -> FragmentSpread
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 FragmentSpread
impl Debug for FragmentSpread
source§impl From<FragmentSpread> for Selection
impl From<FragmentSpread> for Selection
source§fn from(value: FragmentSpread) -> Self
fn from(value: FragmentSpread) -> Self
Converts to this type from the input type.
source§impl PartialEq for FragmentSpread
impl PartialEq for FragmentSpread
source§fn eq(&self, other: &FragmentSpread) -> bool
fn eq(&self, other: &FragmentSpread) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FragmentSpread
impl StructuralEq for FragmentSpread
impl StructuralPartialEq for FragmentSpread
Auto Trait Implementations§
impl RefUnwindSafe for FragmentSpread
impl Send for FragmentSpread
impl Sync for FragmentSpread
impl Unpin for FragmentSpread
impl UnwindSafe for FragmentSpread
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.