pub enum TranscriptStreamItem {
Event(Box<ActivityEvent>),
Lagged {
skipped: u64,
},
}Expand description
One decoded server frame on a transcript subscription.
Variants§
Event(Box<ActivityEvent>)
One canonical activity transcript event.
Lagged
The server’s per-subscription broadcast receiver lagged. The caller can recover this leg by reattaching with its last applied durable sequence.
Trait Implementations§
Source§impl Clone for TranscriptStreamItem
impl Clone for TranscriptStreamItem
Source§fn clone(&self) -> TranscriptStreamItem
fn clone(&self) -> TranscriptStreamItem
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 TranscriptStreamItem
impl Debug for TranscriptStreamItem
Source§impl PartialEq for TranscriptStreamItem
impl PartialEq for TranscriptStreamItem
impl StructuralPartialEq for TranscriptStreamItem
Auto Trait Implementations§
impl Freeze for TranscriptStreamItem
impl RefUnwindSafe for TranscriptStreamItem
impl Send for TranscriptStreamItem
impl Sync for TranscriptStreamItem
impl Unpin for TranscriptStreamItem
impl UnsafeUnpin for TranscriptStreamItem
impl UnwindSafe for TranscriptStreamItem
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request