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