pub struct collection;
Trait Implementations§
Source§impl Field for collection
impl Field for collection
Source§impl HasArgument<input> for collection
impl HasArgument<input> for collection
Source§type ArgumentType = Option<SingleCollectionInput>
type ArgumentType = Option<SingleCollectionInput>
The schema marker type of this argument.
Source§impl HasField<collection> for Query
impl HasField<collection> for Query
Source§type Type = Option<SingleCollectionOutput>
type Type = Option<SingleCollectionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for collection
impl RefUnwindSafe for collection
impl Send for collection
impl Sync for collection
impl Unpin for collection
impl UnwindSafe for collection
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