pub struct DurableStream { /* private fields */ }Expand description
Stable durable stream identity used to resume replay and catch-up from a persisted cursor.
Implementations§
Trait Implementations§
Source§impl Clone for DurableStream
impl Clone for DurableStream
Source§fn clone(&self) -> DurableStream
fn clone(&self) -> DurableStream
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 moreSource§impl Debug for DurableStream
impl Debug for DurableStream
Source§impl PartialEq for DurableStream
impl PartialEq for DurableStream
Source§fn eq(&self, other: &DurableStream) -> bool
fn eq(&self, other: &DurableStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DurableStream
impl StructuralPartialEq for DurableStream
Auto Trait Implementations§
impl Freeze for DurableStream
impl RefUnwindSafe for DurableStream
impl Send for DurableStream
impl Sync for DurableStream
impl Unpin for DurableStream
impl UnsafeUnpin for DurableStream
impl UnwindSafe for DurableStream
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