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