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