pub struct CreateFileInput {
pub filename: String,
pub overwrite: Option<JSON>,
pub remarks: Option<JSON>,
pub tags: Option<Vec<Option<String>>>,
pub uuid: Option<String>,
pub workbook_uuid: Option<String>,
}Fields§
§filename: String§overwrite: Option<JSON>§remarks: Option<JSON>§uuid: Option<String>§workbook_uuid: Option<String>Trait Implementations§
Source§impl Clone for CreateFileInput
impl Clone for CreateFileInput
Source§fn clone(&self) -> CreateFileInput
fn clone(&self) -> CreateFileInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CreateFileInput
impl RefUnwindSafe for CreateFileInput
impl Send for CreateFileInput
impl Sync for CreateFileInput
impl Unpin for CreateFileInput
impl UnwindSafe for CreateFileInput
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