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