pub struct LinkedCargoPreparation {
pub workspace_plan_without_lock: LinkedWorkspacePlan,
pub cargo_request: CargoLockResolutionRequest,
}Fields§
§workspace_plan_without_lock: LinkedWorkspacePlan§cargo_request: CargoLockResolutionRequestTrait Implementations§
Source§impl Clone for LinkedCargoPreparation
impl Clone for LinkedCargoPreparation
Source§fn clone(&self) -> LinkedCargoPreparation
fn clone(&self) -> LinkedCargoPreparation
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 LinkedCargoPreparation
impl Debug for LinkedCargoPreparation
impl Eq for LinkedCargoPreparation
Source§impl PartialEq for LinkedCargoPreparation
impl PartialEq for LinkedCargoPreparation
impl StructuralPartialEq for LinkedCargoPreparation
Auto Trait Implementations§
impl Freeze for LinkedCargoPreparation
impl RefUnwindSafe for LinkedCargoPreparation
impl Send for LinkedCargoPreparation
impl Sync for LinkedCargoPreparation
impl Unpin for LinkedCargoPreparation
impl UnsafeUnpin for LinkedCargoPreparation
impl UnwindSafe for LinkedCargoPreparation
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.