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
Source§fn clone(&self) -> WorkflowStreamAppendResult
fn clone(&self) -> WorkflowStreamAppendResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WorkflowStreamAppendResult
impl RefUnwindSafe for WorkflowStreamAppendResult
impl Send for WorkflowStreamAppendResult
impl Sync for WorkflowStreamAppendResult
impl Unpin 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