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