pub struct UploadFileOpts {
pub metadata: Option<HashMap<String, String>>,
pub content_disposition: Option<ContentDisposition>,
pub acl: Option<Acl>,
}
Fields§
§metadata: Option<HashMap<String, String>>
§content_disposition: Option<ContentDisposition>
§acl: Option<Acl>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UploadFileOpts
impl RefUnwindSafe for UploadFileOpts
impl Send for UploadFileOpts
impl Sync for UploadFileOpts
impl Unpin for UploadFileOpts
impl UnwindSafe for UploadFileOpts
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