pub struct PlannedProvisionedFile {
pub path: PathBuf,
pub source: PathBuf,
pub package: String,
pub export: String,
}Fields§
§path: PathBuf§source: PathBuf§package: String§export: StringTrait Implementations§
Source§impl Clone for PlannedProvisionedFile
impl Clone for PlannedProvisionedFile
Source§fn clone(&self) -> PlannedProvisionedFile
fn clone(&self) -> PlannedProvisionedFile
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 PlannedProvisionedFile
impl RefUnwindSafe for PlannedProvisionedFile
impl Send for PlannedProvisionedFile
impl Sync for PlannedProvisionedFile
impl Unpin for PlannedProvisionedFile
impl UnsafeUnpin for PlannedProvisionedFile
impl UnwindSafe for PlannedProvisionedFile
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