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