Enum atrium_api::tools::ozone::moderation::defs::ModEventViewDetailEventRefs
source · pub enum ModEventViewDetailEventRefs {
Show 14 variants
ModEventTakedown(Box<ModEventTakedown>),
ModEventReverseTakedown(Box<ModEventReverseTakedown>),
ModEventComment(Box<ModEventComment>),
ModEventReport(Box<ModEventReport>),
ModEventLabel(Box<ModEventLabel>),
ModEventAcknowledge(Box<ModEventAcknowledge>),
ModEventEscalate(Box<ModEventEscalate>),
ModEventMute(Box<ModEventMute>),
ModEventUnmute(Box<ModEventUnmute>),
ModEventMuteReporter(Box<ModEventMuteReporter>),
ModEventUnmuteReporter(Box<ModEventUnmuteReporter>),
ModEventEmail(Box<ModEventEmail>),
ModEventResolveAppeal(Box<ModEventResolveAppeal>),
ModEventDivert(Box<ModEventDivert>),
}Available on crate feature
namespace-toolsozone only.Variants§
ModEventTakedown(Box<ModEventTakedown>)
ModEventReverseTakedown(Box<ModEventReverseTakedown>)
ModEventComment(Box<ModEventComment>)
ModEventReport(Box<ModEventReport>)
ModEventLabel(Box<ModEventLabel>)
ModEventAcknowledge(Box<ModEventAcknowledge>)
ModEventEscalate(Box<ModEventEscalate>)
ModEventMute(Box<ModEventMute>)
ModEventUnmute(Box<ModEventUnmute>)
ModEventMuteReporter(Box<ModEventMuteReporter>)
ModEventUnmuteReporter(Box<ModEventUnmuteReporter>)
ModEventEmail(Box<ModEventEmail>)
ModEventResolveAppeal(Box<ModEventResolveAppeal>)
ModEventDivert(Box<ModEventDivert>)
Trait Implementations§
source§impl Clone for ModEventViewDetailEventRefs
impl Clone for ModEventViewDetailEventRefs
source§fn clone(&self) -> ModEventViewDetailEventRefs
fn clone(&self) -> ModEventViewDetailEventRefs
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 ModEventViewDetailEventRefs
impl Debug for ModEventViewDetailEventRefs
source§impl<'de> Deserialize<'de> for ModEventViewDetailEventRefs
impl<'de> Deserialize<'de> for ModEventViewDetailEventRefs
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 ModEventViewDetailEventRefs
impl PartialEq for ModEventViewDetailEventRefs
source§fn eq(&self, other: &ModEventViewDetailEventRefs) -> bool
fn eq(&self, other: &ModEventViewDetailEventRefs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ModEventViewDetailEventRefs
impl StructuralPartialEq for ModEventViewDetailEventRefs
Auto Trait Implementations§
impl Freeze for ModEventViewDetailEventRefs
impl RefUnwindSafe for ModEventViewDetailEventRefs
impl Send for ModEventViewDetailEventRefs
impl Sync for ModEventViewDetailEventRefs
impl Unpin for ModEventViewDetailEventRefs
impl UnwindSafe for ModEventViewDetailEventRefs
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.