pub struct EmptyLifecycleStream;Expand description
Stream used when a conversation has no lifecycle events buffered locally.
Trait Implementations§
Source§impl Clone for EmptyLifecycleStream
impl Clone for EmptyLifecycleStream
Source§fn clone(&self) -> EmptyLifecycleStream
fn clone(&self) -> EmptyLifecycleStream
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 EmptyLifecycleStream
impl Debug for EmptyLifecycleStream
Source§impl Default for EmptyLifecycleStream
impl Default for EmptyLifecycleStream
Source§fn default() -> EmptyLifecycleStream
fn default() -> EmptyLifecycleStream
Returns the “default value” for a type. Read more
Source§impl Stream for EmptyLifecycleStream
impl Stream for EmptyLifecycleStream
Source§type Item = ConversationEvent
type Item = ConversationEvent
Values yielded by the stream.
impl Unpin for EmptyLifecycleStream
Auto Trait Implementations§
impl Freeze for EmptyLifecycleStream
impl RefUnwindSafe for EmptyLifecycleStream
impl Send for EmptyLifecycleStream
impl Sync for EmptyLifecycleStream
impl UnsafeUnpin for EmptyLifecycleStream
impl UnwindSafe for EmptyLifecycleStream
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