Enum futures_stream_ext::IntervalEdge
source · pub enum IntervalEdge {
Leading,
Trailing,
}Expand description
Interval edge trigger variants
Variants§
Trait Implementations§
source§impl Clone for IntervalEdge
impl Clone for IntervalEdge
source§fn clone(&self) -> IntervalEdge
fn clone(&self) -> IntervalEdge
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 IntervalEdge
impl Debug for IntervalEdge
source§impl PartialEq for IntervalEdge
impl PartialEq for IntervalEdge
source§fn eq(&self, other: &IntervalEdge) -> bool
fn eq(&self, other: &IntervalEdge) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for IntervalEdge
impl Eq for IntervalEdge
impl StructuralEq for IntervalEdge
impl StructuralPartialEq for IntervalEdge
Auto Trait Implementations§
impl RefUnwindSafe for IntervalEdge
impl Send for IntervalEdge
impl Sync for IntervalEdge
impl Unpin for IntervalEdge
impl UnwindSafe for IntervalEdge
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