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