Enum eventually::event::VersionSelect
source · pub enum VersionSelect {
All,
From(Version),
}
Expand description
Specifies the slice of the Event Stream to select when calling [Store::stream
].
Variants§
Trait Implementations§
source§impl Clone for VersionSelect
impl Clone for VersionSelect
source§fn clone(&self) -> VersionSelect
fn clone(&self) -> VersionSelect
Returns a copy of the value. Read more
1.0.0 · 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 VersionSelect
impl Debug for VersionSelect
source§impl PartialEq for VersionSelect
impl PartialEq for VersionSelect
source§fn eq(&self, other: &VersionSelect) -> bool
fn eq(&self, other: &VersionSelect) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VersionSelect
impl Eq for VersionSelect
impl StructuralPartialEq for VersionSelect
Auto Trait Implementations§
impl RefUnwindSafe for VersionSelect
impl Send for VersionSelect
impl Sync for VersionSelect
impl Unpin for VersionSelect
impl UnwindSafe for VersionSelect
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