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