pub enum ContentReportInputTargetType {
Message,
Session,
Agent,
Other(String),
}Expand description
ContentReportInputTargetType enumeration.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ContentReportInputTargetType
impl Clone for ContentReportInputTargetType
Source§fn clone(&self) -> ContentReportInputTargetType
fn clone(&self) -> ContentReportInputTargetType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentReportInputTargetType
impl Debug for ContentReportInputTargetType
Source§impl Default for ContentReportInputTargetType
impl Default for ContentReportInputTargetType
Source§fn default() -> ContentReportInputTargetType
fn default() -> ContentReportInputTargetType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContentReportInputTargetType
impl<'de> Deserialize<'de> for ContentReportInputTargetType
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
impl Eq for ContentReportInputTargetType
Source§impl From<&str> for ContentReportInputTargetType
impl From<&str> for ContentReportInputTargetType
Source§impl Hash for ContentReportInputTargetType
impl Hash for ContentReportInputTargetType
impl StructuralPartialEq for ContentReportInputTargetType
Auto Trait Implementations§
impl Freeze for ContentReportInputTargetType
impl RefUnwindSafe for ContentReportInputTargetType
impl Send for ContentReportInputTargetType
impl Sync for ContentReportInputTargetType
impl Unpin for ContentReportInputTargetType
impl UnsafeUnpin for ContentReportInputTargetType
impl UnwindSafe for ContentReportInputTargetType
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.