pub enum ContentOutputType {
Report,
Video,
Image,
Log,
Other,
}
Variants§
Trait Implementations§
Source§impl Clone for ContentOutputType
impl Clone for ContentOutputType
Source§fn clone(&self) -> ContentOutputType
fn clone(&self) -> ContentOutputType
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 ContentOutputType
impl Debug for ContentOutputType
Source§impl<'de> Deserialize<'de> for ContentOutputType
impl<'de> Deserialize<'de> for ContentOutputType
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 ContentOutputType
impl PartialEq for ContentOutputType
Source§impl Serialize for ContentOutputType
impl Serialize for ContentOutputType
impl Eq for ContentOutputType
impl StructuralPartialEq for ContentOutputType
Auto Trait Implementations§
impl Freeze for ContentOutputType
impl RefUnwindSafe for ContentOutputType
impl Send for ContentOutputType
impl Sync for ContentOutputType
impl Unpin for ContentOutputType
impl UnwindSafe for ContentOutputType
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