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