pub struct MediaContentRatingJapan {
pub movie_rating: RatingJapanMoviesType,
pub tv_rating: RatingJapanTelevisionType,
}
Fields§
§movie_rating: RatingJapanMoviesType
§tv_rating: RatingJapanTelevisionType
Trait Implementations§
Source§impl Clone for MediaContentRatingJapan
impl Clone for MediaContentRatingJapan
Source§fn clone(&self) -> MediaContentRatingJapan
fn clone(&self) -> MediaContentRatingJapan
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 MediaContentRatingJapan
impl Debug for MediaContentRatingJapan
Source§impl<'de> Deserialize<'de> for MediaContentRatingJapan
impl<'de> Deserialize<'de> for MediaContentRatingJapan
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 MediaContentRatingJapan
impl PartialEq for MediaContentRatingJapan
Source§impl Serialize for MediaContentRatingJapan
impl Serialize for MediaContentRatingJapan
impl Eq for MediaContentRatingJapan
impl StructuralPartialEq for MediaContentRatingJapan
Auto Trait Implementations§
impl Freeze for MediaContentRatingJapan
impl RefUnwindSafe for MediaContentRatingJapan
impl Send for MediaContentRatingJapan
impl Sync for MediaContentRatingJapan
impl Unpin for MediaContentRatingJapan
impl UnwindSafe for MediaContentRatingJapan
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