pub struct MangaRelationAttributes {
pub relation: MangaRelation,
pub version: u32,
}
Expand description
Response struct for the manga relation list endpoint (GET /manga/:id/aggregate
).
Fields§
§relation: MangaRelation
§version: u32
Trait Implementations§
Source§impl Clone for MangaRelationAttributes
impl Clone for MangaRelationAttributes
Source§fn clone(&self) -> MangaRelationAttributes
fn clone(&self) -> MangaRelationAttributes
Returns a copy 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 MangaRelationAttributes
impl Debug for MangaRelationAttributes
Source§impl<'de> Deserialize<'de> for MangaRelationAttributes
impl<'de> Deserialize<'de> for MangaRelationAttributes
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MangaRelationAttributes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MangaRelationAttributes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MangaRelationAttributes
impl PartialEq for MangaRelationAttributes
impl StructuralPartialEq for MangaRelationAttributes
Auto Trait Implementations§
impl Freeze for MangaRelationAttributes
impl RefUnwindSafe for MangaRelationAttributes
impl Send for MangaRelationAttributes
impl Sync for MangaRelationAttributes
impl Unpin for MangaRelationAttributes
impl UnwindSafe for MangaRelationAttributes
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