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