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