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