pub struct SingleModerationTemplateOutput;
Trait Implementations§
Source§impl HasField<result> for SingleModerationTemplateOutput
impl HasField<result> for SingleModerationTemplateOutput
Source§type Type = Option<ModerationTemplate>
type Type = Option<ModerationTemplate>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleModerationTemplateOutput
impl RefUnwindSafe for SingleModerationTemplateOutput
impl Send for SingleModerationTemplateOutput
impl Sync for SingleModerationTemplateOutput
impl Unpin for SingleModerationTemplateOutput
impl UnwindSafe for SingleModerationTemplateOutput
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