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