Struct atrium_api::tools::ozone::moderation::defs::ModEventDivert
source · pub struct ModEventDivert {
pub comment: Option<String>,
}Expand description
Divert a record’s blobs to a 3rd party service for further scanning/tagging
Fields§
§comment: Option<String>Trait Implementations§
source§impl Clone for ModEventDivert
impl Clone for ModEventDivert
source§fn clone(&self) -> ModEventDivert
fn clone(&self) -> ModEventDivert
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ModEventDivert
impl Debug for ModEventDivert
source§impl<'de> Deserialize<'de> for ModEventDivert
impl<'de> Deserialize<'de> for ModEventDivert
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ModEventDivert
impl PartialEq for ModEventDivert
source§fn eq(&self, other: &ModEventDivert) -> bool
fn eq(&self, other: &ModEventDivert) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ModEventDivert
impl Serialize for ModEventDivert
impl Eq for ModEventDivert
impl StructuralPartialEq for ModEventDivert
Auto Trait Implementations§
impl Freeze for ModEventDivert
impl RefUnwindSafe for ModEventDivert
impl Send for ModEventDivert
impl Sync for ModEventDivert
impl Unpin for ModEventDivert
impl UnwindSafe for ModEventDivert
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