pub struct Fragment<'schema> { /* private fields */ }Expand description
TODO
Implementations§
Source§impl<'schema> Fragment<'schema>
impl<'schema> Fragment<'schema>
pub fn selection_set(&self) -> &SelectionSet<'schema>
Trait Implementations§
impl<'schema> StructuralPartialEq for Fragment<'schema>
Auto Trait Implementations§
impl<'schema> Freeze for Fragment<'schema>
impl<'schema> RefUnwindSafe for Fragment<'schema>
impl<'schema> Send for Fragment<'schema>
impl<'schema> Sync for Fragment<'schema>
impl<'schema> Unpin for Fragment<'schema>
impl<'schema> UnwindSafe for Fragment<'schema>
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