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