pub struct CopyToContainerOptions {
pub allow_overwrite_dir_with_file: bool,
pub copy_uid_gid: bool,
}
Expand description
CopyToContainerOptions holds information about files to copy into a container.
Fields§
§allow_overwrite_dir_with_file: bool
§copy_uid_gid: bool
Trait Implementations§
Source§impl Clone for CopyToContainerOptions
impl Clone for CopyToContainerOptions
Source§fn clone(&self) -> CopyToContainerOptions
fn clone(&self) -> CopyToContainerOptions
Returns a copy 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 moreSource§impl Debug for CopyToContainerOptions
impl Debug for CopyToContainerOptions
Source§impl Default for CopyToContainerOptions
impl Default for CopyToContainerOptions
Source§fn default() -> CopyToContainerOptions
fn default() -> CopyToContainerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CopyToContainerOptions
impl RefUnwindSafe for CopyToContainerOptions
impl Send for CopyToContainerOptions
impl Sync for CopyToContainerOptions
impl Unpin for CopyToContainerOptions
impl UnwindSafe for CopyToContainerOptions
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