pub struct RetryApplyResult {
pub applied: Vec<AppliedOp>,
pub pending: Vec<Op>,
}Fields§
§applied: Vec<AppliedOp>§pending: Vec<Op>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetryApplyResult
impl RefUnwindSafe for RetryApplyResult
impl Send for RetryApplyResult
impl Sync for RetryApplyResult
impl Unpin for RetryApplyResult
impl UnsafeUnpin for RetryApplyResult
impl UnwindSafe for RetryApplyResult
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