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