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