pub struct AnimeRelated {
pub anime_id: String,
pub anime_type: AnimeRelationType,
pub name: String,
}Fields§
§anime_id: String§anime_type: AnimeRelationType§name: StringTrait Implementations§
Source§impl Clone for AnimeRelated
impl Clone for AnimeRelated
Source§fn clone(&self) -> AnimeRelated
fn clone(&self) -> AnimeRelated
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 AnimeRelated
impl Debug for AnimeRelated
Source§impl<'de> Deserialize<'de> for AnimeRelated
impl<'de> Deserialize<'de> for AnimeRelated
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 AnimeRelated
impl PartialEq for AnimeRelated
Source§impl Serialize for AnimeRelated
impl Serialize for AnimeRelated
impl StructuralPartialEq for AnimeRelated
Auto Trait Implementations§
impl Freeze for AnimeRelated
impl RefUnwindSafe for AnimeRelated
impl Send for AnimeRelated
impl Sync for AnimeRelated
impl Unpin for AnimeRelated
impl UnwindSafe for AnimeRelated
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