pub struct StreamCompletion { /* private fields */ }Expand description
Successful accounting completion.
Implementations§
Source§impl StreamCompletion
impl StreamCompletion
Sourcepub const fn progress(self) -> StreamProgress
pub const fn progress(self) -> StreamProgress
Returns final actual counters.
Sourcepub const fn requires_sink_commit(self) -> bool
pub const fn requires_sink_commit(self) -> bool
Reports whether the sink must commit its hidden transactional state.
Trait Implementations§
Source§impl Clone for StreamCompletion
impl Clone for StreamCompletion
Source§fn clone(&self) -> StreamCompletion
fn clone(&self) -> StreamCompletion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamCompletion
Source§impl Debug for StreamCompletion
impl Debug for StreamCompletion
impl Eq for StreamCompletion
Source§impl PartialEq for StreamCompletion
impl PartialEq for StreamCompletion
impl StructuralPartialEq for StreamCompletion
Auto Trait Implementations§
impl Freeze for StreamCompletion
impl RefUnwindSafe for StreamCompletion
impl Send for StreamCompletion
impl Sync for StreamCompletion
impl Unpin for StreamCompletion
impl UnsafeUnpin for StreamCompletion
impl UnwindSafe for StreamCompletion
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