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