pub struct GitSpec {
pub url: SourceUrl,
pub version: Option<String>,
}Expand description
Git source specification preserved when overrides are active.
Fields§
§url: SourceUrl§version: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitSpec
impl RefUnwindSafe for GitSpec
impl Send for GitSpec
impl Sync for GitSpec
impl Unpin for GitSpec
impl UnsafeUnpin for GitSpec
impl UnwindSafe for GitSpec
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