pub struct EsrbRating {
pub id: Option<i32>,
pub name: String,
pub slug: Option<String>,
}Fields§
§id: Option<i32>§name: String§slug: Option<String>Trait Implementations§
Source§impl Debug for EsrbRating
impl Debug for EsrbRating
Source§impl<'de> Deserialize<'de> for EsrbRating
impl<'de> Deserialize<'de> for EsrbRating
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
Auto Trait Implementations§
impl Freeze for EsrbRating
impl RefUnwindSafe for EsrbRating
impl Send for EsrbRating
impl Sync for EsrbRating
impl Unpin for EsrbRating
impl UnwindSafe for EsrbRating
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