pub enum VideoCoverRetention {
Neither,
Webp,
Mp4,
Both,
}Expand description
Which video-cover artifacts to retain.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VideoCoverRetention
impl Clone for VideoCoverRetention
Source§fn clone(&self) -> VideoCoverRetention
fn clone(&self) -> VideoCoverRetention
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 moreimpl Copy for VideoCoverRetention
Source§impl Debug for VideoCoverRetention
impl Debug for VideoCoverRetention
Source§impl Default for VideoCoverRetention
impl Default for VideoCoverRetention
Source§fn default() -> VideoCoverRetention
fn default() -> VideoCoverRetention
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VideoCoverRetention
impl<'de> Deserialize<'de> for VideoCoverRetention
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 Display for VideoCoverRetention
impl Display for VideoCoverRetention
impl Eq for VideoCoverRetention
Source§impl FromStr for VideoCoverRetention
impl FromStr for VideoCoverRetention
Source§impl PartialEq for VideoCoverRetention
impl PartialEq for VideoCoverRetention
Source§fn eq(&self, other: &VideoCoverRetention) -> bool
fn eq(&self, other: &VideoCoverRetention) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VideoCoverRetention
impl Serialize for VideoCoverRetention
impl StructuralPartialEq for VideoCoverRetention
Auto Trait Implementations§
impl Freeze for VideoCoverRetention
impl RefUnwindSafe for VideoCoverRetention
impl Send for VideoCoverRetention
impl Sync for VideoCoverRetention
impl Unpin for VideoCoverRetention
impl UnsafeUnpin for VideoCoverRetention
impl UnwindSafe for VideoCoverRetention
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