Enum tmdb_api::common::release_date::ReleaseDateKind
source · #[repr(u8)]pub enum ReleaseDateKind {
Premiere = 1,
TheatricalLimited = 2,
Theatrical = 3,
Digital = 4,
Physical = 5,
TV = 6,
}Variants§
Trait Implementations§
source§impl Debug for ReleaseDateKind
impl Debug for ReleaseDateKind
source§impl<'de> Deserialize<'de> for ReleaseDateKind
impl<'de> Deserialize<'de> for ReleaseDateKind
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 ReleaseDateKind
impl PartialEq for ReleaseDateKind
source§fn eq(&self, other: &ReleaseDateKind) -> bool
fn eq(&self, other: &ReleaseDateKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ReleaseDateKind
impl Serialize for ReleaseDateKind
impl StructuralPartialEq for ReleaseDateKind
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseDateKind
impl Send for ReleaseDateKind
impl Sync for ReleaseDateKind
impl Unpin for ReleaseDateKind
impl UnwindSafe for ReleaseDateKind
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