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