Struct dagger_sdk::DirectoryWithFileOpts
source · pub struct DirectoryWithFileOpts {
pub permissions: Option<isize>,
}Fields§
§permissions: Option<isize>Permission given to the copied file (e.g., 0600). Default: 0644.
Trait Implementations§
source§impl Debug for DirectoryWithFileOpts
impl Debug for DirectoryWithFileOpts
source§impl PartialEq<DirectoryWithFileOpts> for DirectoryWithFileOpts
impl PartialEq<DirectoryWithFileOpts> for DirectoryWithFileOpts
source§fn eq(&self, other: &DirectoryWithFileOpts) -> bool
fn eq(&self, other: &DirectoryWithFileOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DirectoryWithFileOpts
Auto Trait Implementations§
impl RefUnwindSafe for DirectoryWithFileOpts
impl Send for DirectoryWithFileOpts
impl Sync for DirectoryWithFileOpts
impl Unpin for DirectoryWithFileOpts
impl UnwindSafe for DirectoryWithFileOpts
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