Struct gitoxide_core::pack::receive::JsonOutcome [−][src]
pub struct JsonOutcome {
pub index: JsonBundleWriteOutcome,
pub pack_kind: Version,
pub index_path: Option<PathBuf>,
pub data_path: Option<PathBuf>,
pub refs: Vec<JsonRef>,
}Fields
index: JsonBundleWriteOutcomepack_kind: Versionindex_path: Option<PathBuf>data_path: Option<PathBuf>refs: Vec<JsonRef>Implementations
Trait Implementations
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