pub struct SingleCollectionOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleCollectionOutput
impl HasField<__typename> for SingleCollectionOutput
Source§impl HasField<result> for SingleCollectionOutput
impl HasField<result> for SingleCollectionOutput
Source§type Type = Option<Collection>
type Type = Option<Collection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleCollectionOutput
impl RefUnwindSafe for SingleCollectionOutput
impl Send for SingleCollectionOutput
impl Sync for SingleCollectionOutput
impl Unpin for SingleCollectionOutput
impl UnwindSafe for SingleCollectionOutput
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