Struct cargo::ops::cargo_package::VcsInfo
source · struct VcsInfo {
git: GitVcsInfo,
path_in_vcs: String,
}
Fields§
§git: GitVcsInfo
§path_in_vcs: String
Path to the package within repo (empty string if root). / not \
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VcsInfo
impl Send for VcsInfo
impl Sync for VcsInfo
impl Unpin for VcsInfo
impl UnwindSafe for VcsInfo
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes