pub struct FollowedManga {
pub limit: Option<u32>,
pub offset: Option<u32>,
pub includes: Vec<ReferenceExpansionResource>,
/* private fields */
}
Fields§
§limit: Option<u32>
§offset: Option<u32>
§includes: Vec<ReferenceExpansionResource>
Implementations§
Source§impl FollowedManga
impl FollowedManga
Sourcepub async fn send(&self) -> MangaListResponse
pub async fn send(&self) -> MangaListResponse
Send the request.
Trait Implementations§
Source§impl Clone for FollowedManga
impl Clone for FollowedManga
Source§fn clone(&self) -> FollowedManga
fn clone(&self) -> FollowedManga
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 FollowedManga
impl Debug for FollowedManga
Source§impl Default for FollowedManga
impl Default for FollowedManga
Source§fn default() -> FollowedManga
fn default() -> FollowedManga
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FollowedManga
impl !RefUnwindSafe for FollowedManga
impl !Send for FollowedManga
impl !Sync for FollowedManga
impl Unpin for FollowedManga
impl !UnwindSafe for FollowedManga
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