pub struct MangaEndpoint {
http_client: HttpClientRef,
}
Expand description
Statistics endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl MangaEndpoint
impl MangaEndpoint
pub fn get(&self) -> FindMangaStatisticsBuilder
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Source§impl Clone for MangaEndpoint
impl Clone for MangaEndpoint
Source§fn clone(&self) -> MangaEndpoint
fn clone(&self) -> MangaEndpoint
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 moreAuto Trait Implementations§
impl Freeze for MangaEndpoint
impl !RefUnwindSafe for MangaEndpoint
impl !Send for MangaEndpoint
impl !Sync for MangaEndpoint
impl Unpin for MangaEndpoint
impl !UnwindSafe for MangaEndpoint
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