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