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