pub struct StagedFile {
pub path: PathBuf,
pub source: PathBuf,
}Expand description
A file copied into an application’s runtime directory.
Fields§
§path: PathBuf§source: PathBufTrait Implementations§
Source§impl Clone for StagedFile
impl Clone for StagedFile
Source§fn clone(&self) -> StagedFile
fn clone(&self) -> StagedFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StagedFile
impl Debug for StagedFile
Auto Trait Implementations§
impl Freeze for StagedFile
impl RefUnwindSafe for StagedFile
impl Send for StagedFile
impl Sync for StagedFile
impl Unpin for StagedFile
impl UnsafeUnpin for StagedFile
impl UnwindSafe for StagedFile
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