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