pub struct Genres {
pub id: u32,
pub name: String,
}Fields§
§id: u32§name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Genres
impl<'de> Deserialize<'de> for Genres
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
impl StructuralPartialEq for Genres
Auto Trait Implementations§
impl Freeze for Genres
impl RefUnwindSafe for Genres
impl Send for Genres
impl Sync for Genres
impl Unpin for Genres
impl UnwindSafe for Genres
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