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