pub struct StatusEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl StatusEndpoint
impl StatusEndpoint
pub fn get(&self) -> MangaReadingStatusesBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatusEndpoint
impl !RefUnwindSafe for StatusEndpoint
impl !Send for StatusEndpoint
impl !Sync for StatusEndpoint
impl Unpin for StatusEndpoint
impl !UnwindSafe for StatusEndpoint
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