pub struct SelfPin {
pub name: String,
pub version: String,
}Expand description
One [workspace.dependencies] self-pin discovered by
read_workspace_self_pins — a local-path dependency’s name and its
pinned version sub-value.
Fields§
§name: StringThe dependency’s name (left-hand side of = in [workspace.dependencies]).
version: StringThe version = "..." value currently pinned in the inline table.
Trait Implementations§
impl Eq for SelfPin
impl StructuralPartialEq for SelfPin
Auto Trait Implementations§
impl Freeze for SelfPin
impl RefUnwindSafe for SelfPin
impl Send for SelfPin
impl Sync for SelfPin
impl Unpin for SelfPin
impl UnsafeUnpin for SelfPin
impl UnwindSafe for SelfPin
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.