pub struct UploadsUploadFileVersionOptions {
pub if_match: Option<String>,
pub fields: Option<Vec<String>>,
pub content_md5: Option<String>,
}Expand description
Optional parameters for UploadsManager::upload_file_version.
Fields§
§if_match: Option<String>§fields: Option<Vec<String>>§content_md5: Option<String>Trait Implementations§
Source§impl Clone for UploadsUploadFileVersionOptions
impl Clone for UploadsUploadFileVersionOptions
Source§fn clone(&self) -> UploadsUploadFileVersionOptions
fn clone(&self) -> UploadsUploadFileVersionOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UploadsUploadFileVersionOptions
impl Default for UploadsUploadFileVersionOptions
Source§fn default() -> UploadsUploadFileVersionOptions
fn default() -> UploadsUploadFileVersionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UploadsUploadFileVersionOptions
impl RefUnwindSafe for UploadsUploadFileVersionOptions
impl Send for UploadsUploadFileVersionOptions
impl Sync for UploadsUploadFileVersionOptions
impl Unpin for UploadsUploadFileVersionOptions
impl UnsafeUnpin for UploadsUploadFileVersionOptions
impl UnwindSafe for UploadsUploadFileVersionOptions
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