pub enum RatingCanadaMoviesType {
Restricted,
AgesAbove18,
AgesAbove14,
ParentalGuidance,
General,
AllBlocked,
AllAllowed,
}
Variants§
Trait Implementations§
Source§impl Clone for RatingCanadaMoviesType
impl Clone for RatingCanadaMoviesType
Source§fn clone(&self) -> RatingCanadaMoviesType
fn clone(&self) -> RatingCanadaMoviesType
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 RatingCanadaMoviesType
impl Debug for RatingCanadaMoviesType
Source§impl<'de> Deserialize<'de> for RatingCanadaMoviesType
impl<'de> Deserialize<'de> for RatingCanadaMoviesType
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 RatingCanadaMoviesType
impl Hash for RatingCanadaMoviesType
Source§impl Ord for RatingCanadaMoviesType
impl Ord for RatingCanadaMoviesType
Source§fn cmp(&self, other: &RatingCanadaMoviesType) -> Ordering
fn cmp(&self, other: &RatingCanadaMoviesType) -> 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 RatingCanadaMoviesType
impl PartialEq for RatingCanadaMoviesType
Source§impl PartialOrd for RatingCanadaMoviesType
impl PartialOrd for RatingCanadaMoviesType
Source§impl Serialize for RatingCanadaMoviesType
impl Serialize for RatingCanadaMoviesType
impl Eq for RatingCanadaMoviesType
impl StructuralPartialEq for RatingCanadaMoviesType
Auto Trait Implementations§
impl Freeze for RatingCanadaMoviesType
impl RefUnwindSafe for RatingCanadaMoviesType
impl Send for RatingCanadaMoviesType
impl Sync for RatingCanadaMoviesType
impl Unpin for RatingCanadaMoviesType
impl UnwindSafe for RatingCanadaMoviesType
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