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