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