[][src]Struct syntect::parsing::MatchPower

pub struct MatchPower(pub f64);

Wrapper to get around the fact Rust f64 doesn't implement Ord and there is no non-NaN float type

Trait Implementations

impl Clone for MatchPower[src]

impl Copy for MatchPower[src]

impl Debug for MatchPower[src]

impl Eq for MatchPower[src]

impl Ord for MatchPower[src]

impl PartialEq<MatchPower> for MatchPower[src]

impl PartialOrd<MatchPower> for MatchPower[src]

impl StructuralPartialEq for MatchPower[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.