pub struct MediaContentRatingUnitedStates {
pub movie_rating: RatingUnitedStatesMoviesType,
pub tv_rating: RatingUnitedStatesTelevisionType,
}Fields§
§movie_rating: RatingUnitedStatesMoviesType§tv_rating: RatingUnitedStatesTelevisionTypeTrait Implementations§
Source§impl Clone for MediaContentRatingUnitedStates
impl Clone for MediaContentRatingUnitedStates
Source§fn clone(&self) -> MediaContentRatingUnitedStates
fn clone(&self) -> MediaContentRatingUnitedStates
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 MediaContentRatingUnitedStates
impl<'de> Deserialize<'de> for MediaContentRatingUnitedStates
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 PartialEq for MediaContentRatingUnitedStates
impl PartialEq for MediaContentRatingUnitedStates
Source§fn eq(&self, other: &MediaContentRatingUnitedStates) -> bool
fn eq(&self, other: &MediaContentRatingUnitedStates) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MediaContentRatingUnitedStates
impl StructuralPartialEq for MediaContentRatingUnitedStates
Auto Trait Implementations§
impl Freeze for MediaContentRatingUnitedStates
impl RefUnwindSafe for MediaContentRatingUnitedStates
impl Send for MediaContentRatingUnitedStates
impl Sync for MediaContentRatingUnitedStates
impl Unpin for MediaContentRatingUnitedStates
impl UnwindSafe for MediaContentRatingUnitedStates
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