pub struct FileExportOpts {
pub allow_parent_dir_path: Option<bool>,
}
Fields§
§allow_parent_dir_path: Option<bool>
If allowParentDirPath is true, the path argument can be a directory path, in which case the file will be created in that directory.
Trait Implementations§
Source§impl Debug for FileExportOpts
impl Debug for FileExportOpts
Source§impl PartialEq for FileExportOpts
impl PartialEq for FileExportOpts
impl StructuralPartialEq for FileExportOpts
Auto Trait Implementations§
impl Freeze for FileExportOpts
impl RefUnwindSafe for FileExportOpts
impl Send for FileExportOpts
impl Sync for FileExportOpts
impl Unpin for FileExportOpts
impl UnwindSafe for FileExportOpts
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