pub struct DeleteCover {
pub cover_id: Uuid,
/* private fields */
}
Fields§
§cover_id: Uuid
Manga or Cover ID.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteCover
impl Clone for DeleteCover
Source§fn clone(&self) -> DeleteCover
fn clone(&self) -> DeleteCover
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 DeleteCover
impl Debug for DeleteCover
Auto Trait Implementations§
impl Freeze for DeleteCover
impl !RefUnwindSafe for DeleteCover
impl !Send for DeleteCover
impl !Sync for DeleteCover
impl Unpin for DeleteCover
impl !UnwindSafe for DeleteCover
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