pub enum ThumbnailType {
Image,
Waveform,
}Expand description
ThumbnailType : サムネイル画像のタイプ サムネイル画像のタイプ
Variants§
Trait Implementations§
Source§impl Clone for ThumbnailType
impl Clone for ThumbnailType
Source§fn clone(&self) -> ThumbnailType
fn clone(&self) -> ThumbnailType
Returns a duplicate 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 ThumbnailType
impl Debug for ThumbnailType
Source§impl Default for ThumbnailType
impl Default for ThumbnailType
Source§fn default() -> ThumbnailType
fn default() -> ThumbnailType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThumbnailType
impl<'de> Deserialize<'de> for ThumbnailType
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 Hash for ThumbnailType
impl Hash for ThumbnailType
Source§impl Ord for ThumbnailType
impl Ord for ThumbnailType
Source§fn cmp(&self, other: &ThumbnailType) -> Ordering
fn cmp(&self, other: &ThumbnailType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ThumbnailType
impl PartialEq for ThumbnailType
Source§impl PartialOrd for ThumbnailType
impl PartialOrd for ThumbnailType
Source§impl Serialize for ThumbnailType
impl Serialize for ThumbnailType
Source§impl ToString for ThumbnailType
impl ToString for ThumbnailType
impl Copy for ThumbnailType
impl Eq for ThumbnailType
impl StructuralPartialEq for ThumbnailType
Auto Trait Implementations§
impl Freeze for ThumbnailType
impl RefUnwindSafe for ThumbnailType
impl Send for ThumbnailType
impl Sync for ThumbnailType
impl Unpin for ThumbnailType
impl UnwindSafe for ThumbnailType
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.