pub struct WorkflowStreamAppendResult {
pub stream: WorkflowStreamDescription,
pub accepted_offsets: Vec<u64>,
pub accepted: u64,
pub deduped: u64,
}Expand description
Durable acceptance and deduplication outcome for an append request.
Fields§
§stream: WorkflowStreamDescription§accepted_offsets: Vec<u64>§accepted: u64§deduped: u64Trait Implementations§
Source§impl Clone for WorkflowStreamAppendResult
impl Clone for WorkflowStreamAppendResult
Auto Trait Implementations§
impl Freeze for WorkflowStreamAppendResult
impl RefUnwindSafe for WorkflowStreamAppendResult
impl Send for WorkflowStreamAppendResult
impl Sync for WorkflowStreamAppendResult
impl Unpin for WorkflowStreamAppendResult
impl UnsafeUnpin for WorkflowStreamAppendResult
impl UnwindSafe for WorkflowStreamAppendResult
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