pub struct Resolved {
pub version: String,
pub tag: String,
pub origin: &'static str,
}Expand description
The resolved pin.
Fields§
§version: StringThe bare version, 1.2.3.
tag: StringThe tag that names it in the source’s own shape.
origin: &'static strargument or source-tree.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Resolved
impl RefUnwindSafe for Resolved
impl Send for Resolved
impl Sync for Resolved
impl Unpin for Resolved
impl UnsafeUnpin for Resolved
impl UnwindSafe for Resolved
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