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