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