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