pub enum MdiSourceSpanCoverage {
Complete,
Partial,
None,
}Expand description
How much of a non-empty source span belongs to mapped graphemes.
Variants§
Trait Implementations§
Source§impl Clone for MdiSourceSpanCoverage
impl Clone for MdiSourceSpanCoverage
Source§fn clone(&self) -> MdiSourceSpanCoverage
fn clone(&self) -> MdiSourceSpanCoverage
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 MdiSourceSpanCoverage
Source§impl Debug for MdiSourceSpanCoverage
impl Debug for MdiSourceSpanCoverage
impl Eq for MdiSourceSpanCoverage
Source§impl PartialEq for MdiSourceSpanCoverage
impl PartialEq for MdiSourceSpanCoverage
Source§impl Serialize for MdiSourceSpanCoverage
impl Serialize for MdiSourceSpanCoverage
impl StructuralPartialEq for MdiSourceSpanCoverage
Auto Trait Implementations§
impl Freeze for MdiSourceSpanCoverage
impl RefUnwindSafe for MdiSourceSpanCoverage
impl Send for MdiSourceSpanCoverage
impl Sync for MdiSourceSpanCoverage
impl Unpin for MdiSourceSpanCoverage
impl UnsafeUnpin for MdiSourceSpanCoverage
impl UnwindSafe for MdiSourceSpanCoverage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.