Struct gitoxide_core::pack::receive::JsonBundleWriteOutcome
source · [−]pub struct JsonBundleWriteOutcome {
pub index_kind: Version,
pub index_hash: String,
pub data_hash: String,
pub num_objects: u32,
}
Fields
index_kind: Version
index_hash: String
data_hash: String
num_objects: u32
Trait Implementations
sourceimpl<'de> Deserialize<'de> for JsonBundleWriteOutcome
impl<'de> Deserialize<'de> for JsonBundleWriteOutcome
sourcefn 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
sourceimpl From<Outcome> for JsonBundleWriteOutcome
impl From<Outcome> for JsonBundleWriteOutcome
sourceimpl Serialize for JsonBundleWriteOutcome
impl Serialize for JsonBundleWriteOutcome
Auto Trait Implementations
impl RefUnwindSafe for JsonBundleWriteOutcome
impl Send for JsonBundleWriteOutcome
impl Sync for JsonBundleWriteOutcome
impl Unpin for JsonBundleWriteOutcome
impl UnwindSafe for JsonBundleWriteOutcome
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more