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