Struct waking_git_core::extractor::git::Git
source · pub struct Git {
pub metrics: Metrics,
pub objects: HashMap<String, Object>,
pub ref_target: (String, String),
pub refs: HashMap<String, String>,
}
Fields§
§metrics: Metrics
§objects: HashMap<String, Object>
§ref_target: (String, String)
§refs: HashMap<String, String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Git
impl<'de> Deserialize<'de> for Git
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Git
impl Send for Git
impl Sync for Git
impl Unpin for Git
impl UnwindSafe for Git
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