pub struct MonorepoNodePlan {
pub spool_id: String,
pub content_state: Option<StateId>,
pub rel_path: PathBuf,
}Expand description
One per-node materialize step in monorepo work order.
Fields§
§spool_id: String§content_state: Option<StateId>§rel_path: PathBufDestination path relative to the clone root. Root is "".
Implementations§
Trait Implementations§
Source§impl Clone for MonorepoNodePlan
impl Clone for MonorepoNodePlan
Source§fn clone(&self) -> MonorepoNodePlan
fn clone(&self) -> MonorepoNodePlan
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 MonorepoNodePlan
impl Debug for MonorepoNodePlan
impl Eq for MonorepoNodePlan
Source§impl PartialEq for MonorepoNodePlan
impl PartialEq for MonorepoNodePlan
impl StructuralPartialEq for MonorepoNodePlan
Auto Trait Implementations§
impl Freeze for MonorepoNodePlan
impl RefUnwindSafe for MonorepoNodePlan
impl Send for MonorepoNodePlan
impl Sync for MonorepoNodePlan
impl Unpin for MonorepoNodePlan
impl UnsafeUnpin for MonorepoNodePlan
impl UnwindSafe for MonorepoNodePlan
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