pub enum Applied {
Applied,
Duplicate,
}Expand description
The outcome of applying a Batch.
Variants§
Applied
Applied; the reconstructed tree advanced.
Duplicate
An already-applied seq (re-delivery) — discarded idempotently, tree unchanged.
Trait Implementations§
impl Copy for Applied
impl Eq for Applied
impl StructuralPartialEq for Applied
Auto Trait Implementations§
impl Freeze for Applied
impl RefUnwindSafe for Applied
impl Send for Applied
impl Sync for Applied
impl Unpin for Applied
impl UnsafeUnpin for Applied
impl UnwindSafe for Applied
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