pub struct UploadsManager { /* private fields */ }Expand description
Operations for the “uploads” API area.
Implementations§
Source§impl UploadsManager
impl UploadsManager
pub async fn create_file_content( &self, file_id: String, body: FileIdContentCreateRequest, opts: Option<UploadsCreateFileContentOptions>, ) -> Result<Files, Error>
pub async fn create_file_content_2( &self, body: FileContentCreateRequest, opts: Option<UploadsCreateFileContent2Options>, ) -> 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