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