pub struct CollectedFile {
pub src_path: PathBuf,
pub dest_path: String,
pub source_profile: String,
}Expand description
収集されたファイル情報
Fields§
§src_path: PathBufコピー元のフルパス
dest_path: String出力Profile内での相対パス
source_profile: String元Profile名
Trait Implementations§
Source§impl Clone for CollectedFile
impl Clone for CollectedFile
Source§fn clone(&self) -> CollectedFile
fn clone(&self) -> CollectedFile
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 moreAuto Trait Implementations§
impl Freeze for CollectedFile
impl RefUnwindSafe for CollectedFile
impl Send for CollectedFile
impl Sync for CollectedFile
impl Unpin for CollectedFile
impl UnsafeUnpin for CollectedFile
impl UnwindSafe for CollectedFile
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