pub enum RatingNewZealandTelevisionType {
Adults,
ParentalGuidance,
General,
AllBlocked,
AllAllowed,
}
Variants§
Trait Implementations§
Source§impl Clone for RatingNewZealandTelevisionType
impl Clone for RatingNewZealandTelevisionType
Source§fn clone(&self) -> RatingNewZealandTelevisionType
fn clone(&self) -> RatingNewZealandTelevisionType
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<'de> Deserialize<'de> for RatingNewZealandTelevisionType
impl<'de> Deserialize<'de> for RatingNewZealandTelevisionType
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 Ord for RatingNewZealandTelevisionType
impl Ord for RatingNewZealandTelevisionType
Source§fn cmp(&self, other: &RatingNewZealandTelevisionType) -> Ordering
fn cmp(&self, other: &RatingNewZealandTelevisionType) -> 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 RatingNewZealandTelevisionType
impl PartialEq for RatingNewZealandTelevisionType
Source§fn eq(&self, other: &RatingNewZealandTelevisionType) -> bool
fn eq(&self, other: &RatingNewZealandTelevisionType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for RatingNewZealandTelevisionType
impl PartialOrd for RatingNewZealandTelevisionType
impl Eq for RatingNewZealandTelevisionType
impl StructuralPartialEq for RatingNewZealandTelevisionType
Auto Trait Implementations§
impl Freeze for RatingNewZealandTelevisionType
impl RefUnwindSafe for RatingNewZealandTelevisionType
impl Send for RatingNewZealandTelevisionType
impl Sync for RatingNewZealandTelevisionType
impl Unpin for RatingNewZealandTelevisionType
impl UnwindSafe for RatingNewZealandTelevisionType
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