pub struct WsxImportPlan {
pub source_root: PathBuf,
pub source_config: PathBuf,
pub projects: Vec<WsxImportProject>,
}Fields§
§source_root: PathBuf§source_config: PathBuf§projects: Vec<WsxImportProject>Trait Implementations§
Source§impl Clone for WsxImportPlan
impl Clone for WsxImportPlan
Source§fn clone(&self) -> WsxImportPlan
fn clone(&self) -> WsxImportPlan
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 WsxImportPlan
impl Debug for WsxImportPlan
Auto Trait Implementations§
impl Freeze for WsxImportPlan
impl RefUnwindSafe for WsxImportPlan
impl Send for WsxImportPlan
impl Sync for WsxImportPlan
impl Unpin for WsxImportPlan
impl UnsafeUnpin for WsxImportPlan
impl UnwindSafe for WsxImportPlan
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