pub struct EventCursor { /* private fields */ }Expand description
An independent read cursor into Events<E>.
Trait Implementations§
Source§impl Clone for EventCursor
impl Clone for EventCursor
Source§fn clone(&self) -> EventCursor
fn clone(&self) -> EventCursor
Returns a duplicate 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 EventCursor
impl Debug for EventCursor
Source§impl Default for EventCursor
impl Default for EventCursor
Source§fn default() -> EventCursor
fn default() -> EventCursor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventCursor
impl RefUnwindSafe for EventCursor
impl Send for EventCursor
impl Sync for EventCursor
impl Unpin for EventCursor
impl UnsafeUnpin for EventCursor
impl UnwindSafe for EventCursor
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