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