pub struct ValidEventStream { /* private fields */ }Implementations§
Source§impl ValidEventStream
impl ValidEventStream
pub fn try_new(stream: EventStream) -> DomainResult<Self>
Source§impl ValidEventStream
impl ValidEventStream
pub fn stream(&self) -> <EventStream as FieldAccess>::Output<'_>
Trait Implementations§
Source§impl Clone for ValidEventStream
impl Clone for ValidEventStream
Source§fn clone(&self) -> ValidEventStream
fn clone(&self) -> ValidEventStream
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 ValidEventStream
impl Debug for ValidEventStream
Source§impl PartialEq for ValidEventStream
impl PartialEq for ValidEventStream
Source§fn eq(&self, other: &ValidEventStream) -> bool
fn eq(&self, other: &ValidEventStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ValidEventStream
impl StructuralPartialEq for ValidEventStream
Auto Trait Implementations§
impl Freeze for ValidEventStream
impl RefUnwindSafe for ValidEventStream
impl Send for ValidEventStream
impl Sync for ValidEventStream
impl Unpin for ValidEventStream
impl UnsafeUnpin for ValidEventStream
impl UnwindSafe for ValidEventStream
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