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
impl Copy for IntervalEdge
impl Eq for IntervalEdge
impl StructuralPartialEq for IntervalEdge
Auto Trait Implementations§
impl Freeze for IntervalEdge
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