Struct RatedContentCategory
#[repr(transparent)]pub struct RatedContentCategory(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl RatedContentCategory
impl RatedContentCategory
pub const General: Self = _
pub const Application: Self = _
pub const Game: Self = _
pub const Movie: Self = _
pub const Television: Self = _
pub const Music: Self = _
Trait Implementations§
§impl Clone for RatedContentCategory
impl Clone for RatedContentCategory
§fn clone(&self) -> RatedContentCategory
fn clone(&self) -> RatedContentCategory
Returns a copy 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 more§impl Debug for RatedContentCategory
impl Debug for RatedContentCategory
§impl Default for RatedContentCategory
impl Default for RatedContentCategory
§fn default() -> RatedContentCategory
fn default() -> RatedContentCategory
Returns the “default value” for a type. Read more
§impl PartialEq for RatedContentCategory
impl PartialEq for RatedContentCategory
impl Copy for RatedContentCategory
impl Eq for RatedContentCategory
impl StructuralPartialEq for RatedContentCategory
Auto Trait Implementations§
impl Freeze for RatedContentCategory
impl RefUnwindSafe for RatedContentCategory
impl Send for RatedContentCategory
impl Sync for RatedContentCategory
impl Unpin for RatedContentCategory
impl UnwindSafe for RatedContentCategory
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