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