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