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