pub struct BlobDelta {
pub base_hash: HashProto,
pub target_hash: HashProto,
pub encoding: DeltaEncoding,
pub delta_data: String,
}Fields§
§base_hash: HashProto§target_hash: HashProto§encoding: DeltaEncoding§delta_data: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for BlobDelta
impl<'de> Deserialize<'de> for BlobDelta
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 Freeze for BlobDelta
impl RefUnwindSafe for BlobDelta
impl Send for BlobDelta
impl Sync for BlobDelta
impl Unpin for BlobDelta
impl UnsafeUnpin for BlobDelta
impl UnwindSafe for BlobDelta
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