pub struct UploadBuilder {
http_client: HttpClientRef,
}
Expand description
Upload endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl UploadBuilder
impl UploadBuilder
Sourcepub fn cover(&self, manga_id: Uuid) -> UploadCoverBuilder
pub fn cover(&self, manga_id: Uuid) -> UploadCoverBuilder
Upload a manga cover image.
pub fn get(&self) -> GetUploadSessionBuilder
pub fn begin(&self) -> BeginEndpoint
pub fn upload_session_id( &self, upload_session_id: Uuid, ) -> UploadSessionIdEndpoint
pub fn check_approval_required(&self) -> CheckApprovalRequiredEndpoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UploadBuilder
impl !RefUnwindSafe for UploadBuilder
impl !Send for UploadBuilder
impl !Sync for UploadBuilder
impl Unpin for UploadBuilder
impl !UnwindSafe for UploadBuilder
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