pub enum DeltaApplyResult {
Applied {
sha: String,
content: String,
},
NeedsFullSync,
}Variants§
Trait Implementations§
Source§impl Debug for DeltaApplyResult
impl Debug for DeltaApplyResult
Source§impl PartialEq for DeltaApplyResult
impl PartialEq for DeltaApplyResult
impl Eq for DeltaApplyResult
impl StructuralPartialEq for DeltaApplyResult
Auto Trait Implementations§
impl Freeze for DeltaApplyResult
impl RefUnwindSafe for DeltaApplyResult
impl Send for DeltaApplyResult
impl Sync for DeltaApplyResult
impl Unpin for DeltaApplyResult
impl UnsafeUnpin for DeltaApplyResult
impl UnwindSafe for DeltaApplyResult
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