pub struct DelegatedDependencyConflict {
pub engine_package: String,
pub delegated_package: String,
}Expand description
One engine-published crate whose release is blocked by a CI-delegated workspace
dependency — the phase-ordering conflict delegated_dependency_conflicts finds.
Fields§
§engine_package: StringThe crate the ENGINE would publish in publish-all.
delegated_package: StringThe workspace crate it depends on, whose publish is CI-delegated and therefore cannot happen until the tag — which is pushed after publish-all.
Trait Implementations§
Source§impl Clone for DelegatedDependencyConflict
impl Clone for DelegatedDependencyConflict
Source§fn clone(&self) -> DelegatedDependencyConflict
fn clone(&self) -> DelegatedDependencyConflict
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 DelegatedDependencyConflict
impl Debug for DelegatedDependencyConflict
impl Eq for DelegatedDependencyConflict
impl StructuralPartialEq for DelegatedDependencyConflict
Auto Trait Implementations§
impl Freeze for DelegatedDependencyConflict
impl RefUnwindSafe for DelegatedDependencyConflict
impl Send for DelegatedDependencyConflict
impl Sync for DelegatedDependencyConflict
impl Unpin for DelegatedDependencyConflict
impl UnsafeUnpin for DelegatedDependencyConflict
impl UnwindSafe for DelegatedDependencyConflict
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.