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