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