pub struct GetManga {
pub manga_id: Uuid,
pub includes: Vec<ReferenceExpansionResource>,
/* private fields */
}
Fields§
§manga_id: Uuid
§includes: Vec<ReferenceExpansionResource>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetManga
impl !RefUnwindSafe for GetManga
impl !Send for GetManga
impl !Sync for GetManga
impl Unpin for GetManga
impl !UnwindSafe for GetManga
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