pub enum SpanCoverage {
Complete,
ContinuesBefore,
ContinuesAfter,
ContinuesBeforeAndAfter,
}Variants§
Trait Implementations§
Source§impl Clone for SpanCoverage
impl Clone for SpanCoverage
Source§fn clone(&self) -> SpanCoverage
fn clone(&self) -> SpanCoverage
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 moreimpl Copy for SpanCoverage
Source§impl Debug for SpanCoverage
impl Debug for SpanCoverage
impl Eq for SpanCoverage
Source§impl Ord for SpanCoverage
impl Ord for SpanCoverage
Source§fn cmp(&self, other: &SpanCoverage) -> Ordering
fn cmp(&self, other: &SpanCoverage) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpanCoverage
impl PartialEq for SpanCoverage
Source§impl PartialOrd for SpanCoverage
impl PartialOrd for SpanCoverage
impl StructuralPartialEq for SpanCoverage
Auto Trait Implementations§
impl Freeze for SpanCoverage
impl RefUnwindSafe for SpanCoverage
impl Send for SpanCoverage
impl Sync for SpanCoverage
impl Unpin for SpanCoverage
impl UnsafeUnpin for SpanCoverage
impl UnwindSafe for SpanCoverage
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