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