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