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