pub struct LinkedWorkspacePlan {
pub read_set: Vec<ModulePathPrecondition>,
pub effects: Vec<ModulePlanEffect>,
}Fields§
§read_set: Vec<ModulePathPrecondition>§effects: Vec<ModulePlanEffect>Trait Implementations§
Source§impl Clone for LinkedWorkspacePlan
impl Clone for LinkedWorkspacePlan
Source§fn clone(&self) -> LinkedWorkspacePlan
fn clone(&self) -> LinkedWorkspacePlan
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 LinkedWorkspacePlan
impl Debug for LinkedWorkspacePlan
impl Eq for LinkedWorkspacePlan
Source§impl PartialEq for LinkedWorkspacePlan
impl PartialEq for LinkedWorkspacePlan
impl StructuralPartialEq for LinkedWorkspacePlan
Auto Trait Implementations§
impl Freeze for LinkedWorkspacePlan
impl RefUnwindSafe for LinkedWorkspacePlan
impl Send for LinkedWorkspacePlan
impl Sync for LinkedWorkspacePlan
impl Unpin for LinkedWorkspacePlan
impl UnsafeUnpin for LinkedWorkspacePlan
impl UnwindSafe for LinkedWorkspacePlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.