pub struct FileUploadQuery {
pub overwrite: bool,
}Expand description
Query for file upload requests.
Fields§
§overwrite: boolSet to true to overwrite any files that already exist in CDF.
Implementations§
Trait Implementations§
Source§impl Debug for FileUploadQuery
impl Debug for FileUploadQuery
Source§impl Default for FileUploadQuery
impl Default for FileUploadQuery
Source§fn default() -> FileUploadQuery
fn default() -> FileUploadQuery
Returns the “default value” for a type. Read more
Source§impl IntoParams for FileUploadQuery
impl IntoParams for FileUploadQuery
Auto Trait Implementations§
impl Freeze for FileUploadQuery
impl RefUnwindSafe for FileUploadQuery
impl Send for FileUploadQuery
impl Sync for FileUploadQuery
impl Unpin for FileUploadQuery
impl UnwindSafe for FileUploadQuery
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