pub struct MultiModerationTemplateOutput;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiModerationTemplateOutput
impl RefUnwindSafe for MultiModerationTemplateOutput
impl Send for MultiModerationTemplateOutput
impl Sync for MultiModerationTemplateOutput
impl Unpin for MultiModerationTemplateOutput
impl UnwindSafe for MultiModerationTemplateOutput
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