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