pub struct EsCopyFile {
pub source: Option<EsFile>,
pub target_file: Option<EsFile>,
pub target_dir: Option<EsFile>,
pub target_name: String,
pub mode: u16,
pub flags: i32,
}
Fields§
§source: Option<EsFile>
§target_file: Option<EsFile>
§target_dir: Option<EsFile>
§target_name: String
§mode: u16
§flags: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsCopyFile
impl RefUnwindSafe for EsCopyFile
impl Send for EsCopyFile
impl Sync for EsCopyFile
impl Unpin for EsCopyFile
impl UnwindSafe for EsCopyFile
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