pub struct UploadsCreateFileContentOptions {
pub if_match: Option<String>,
pub fields: Option<Vec<String>>,
pub content_md5: Option<String>,
}Expand description
Optional parameters for UploadsManager::create_file_content.
Fields§
§if_match: Option<String>§fields: Option<Vec<String>>§content_md5: Option<String>Trait Implementations§
Source§impl Clone for UploadsCreateFileContentOptions
impl Clone for UploadsCreateFileContentOptions
Source§fn clone(&self) -> UploadsCreateFileContentOptions
fn clone(&self) -> UploadsCreateFileContentOptions
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 UploadsCreateFileContentOptions
impl Default for UploadsCreateFileContentOptions
Source§fn default() -> UploadsCreateFileContentOptions
fn default() -> UploadsCreateFileContentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UploadsCreateFileContentOptions
impl RefUnwindSafe for UploadsCreateFileContentOptions
impl Send for UploadsCreateFileContentOptions
impl Sync for UploadsCreateFileContentOptions
impl Unpin for UploadsCreateFileContentOptions
impl UnsafeUnpin for UploadsCreateFileContentOptions
impl UnwindSafe for UploadsCreateFileContentOptions
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