pub struct UploadsManager { /* private fields */ }Expand description
Operations for the “uploads” API area.
Implementations§
Source§impl UploadsManager
impl UploadsManager
pub async fn upload_file_version( &self, file_id: String, body: FileIdContentCreateRequest, opts: Option<UploadsUploadFileVersionOptions>, ) -> Result<Files, Error>
pub async fn upload_file( &self, body: FileContentCreateRequest, opts: Option<UploadsUploadFileOptions>, ) -> Result<Files, Error>
pub async fn option_file_content( &self, body: OptionFileContentRequest, ) -> Result<UploadUrl, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for UploadsManager
impl !UnwindSafe for UploadsManager
impl Freeze for UploadsManager
impl Send for UploadsManager
impl Sync for UploadsManager
impl Unpin for UploadsManager
impl UnsafeUnpin for UploadsManager
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