Struct dagger_sdk::FileExportOpts
source · 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<FileExportOpts> for FileExportOpts
impl PartialEq<FileExportOpts> for FileExportOpts
source§fn eq(&self, other: &FileExportOpts) -> bool
fn eq(&self, other: &FileExportOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FileExportOpts
Auto Trait Implementations§
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