pub struct ContentMaturityRatingList {
pub ratings: Vec<ContentMaturityRating>,
}Fields§
§ratings: Vec<ContentMaturityRating>Trait Implementations§
Source§impl Clone for ContentMaturityRatingList
impl Clone for ContentMaturityRatingList
Source§fn clone(&self) -> ContentMaturityRatingList
fn clone(&self) -> ContentMaturityRatingList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentMaturityRatingList
impl Debug for ContentMaturityRatingList
Source§impl<'de> Deserialize<'de> for ContentMaturityRatingList
impl<'de> Deserialize<'de> for ContentMaturityRatingList
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 ContentMaturityRatingList
impl PartialEq for ContentMaturityRatingList
Source§fn eq(&self, other: &ContentMaturityRatingList) -> bool
fn eq(&self, other: &ContentMaturityRatingList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContentMaturityRatingList
Auto Trait Implementations§
impl Freeze for ContentMaturityRatingList
impl RefUnwindSafe for ContentMaturityRatingList
impl Send for ContentMaturityRatingList
impl Sync for ContentMaturityRatingList
impl Unpin for ContentMaturityRatingList
impl UnsafeUnpin for ContentMaturityRatingList
impl UnwindSafe for ContentMaturityRatingList
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