pub struct CargoLockResolution {
pub candidate_lock: Vec<u8>,
pub evidence: CargoLockCandidate,
}Fields§
§candidate_lock: Vec<u8>§evidence: CargoLockCandidateTrait Implementations§
Source§impl Clone for CargoLockResolution
impl Clone for CargoLockResolution
Source§fn clone(&self) -> CargoLockResolution
fn clone(&self) -> CargoLockResolution
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 CargoLockResolution
impl Debug for CargoLockResolution
impl Eq for CargoLockResolution
Source§impl PartialEq for CargoLockResolution
impl PartialEq for CargoLockResolution
impl StructuralPartialEq for CargoLockResolution
Auto Trait Implementations§
impl Freeze for CargoLockResolution
impl RefUnwindSafe for CargoLockResolution
impl Send for CargoLockResolution
impl Sync for CargoLockResolution
impl Unpin for CargoLockResolution
impl UnsafeUnpin for CargoLockResolution
impl UnwindSafe for CargoLockResolution
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.