[][src]Struct rustfst::semirings::TropicalWeight

pub struct TropicalWeight { /* fields omitted */ }

Tropical semiring: (min, +, inf, 0).

Trait Implementations

impl AsRef<TropicalWeight> for TropicalWeight[src]

impl Clone for TropicalWeight[src]

impl CompleteSemiring for TropicalWeight[src]

impl Copy for TropicalWeight[src]

impl Debug for TropicalWeight[src]

impl Default for TropicalWeight[src]

impl Display for TropicalWeight[src]

impl Eq for TropicalWeight[src]

impl Hash for TropicalWeight[src]

impl Into<TropicalWeight> for f32[src]

impl PartialEq<TropicalWeight> for TropicalWeight[src]

impl PartialOrd<TropicalWeight> for TropicalWeight[src]

impl ReverseBack<TropicalWeight> for TropicalWeight[src]

impl Semiring for TropicalWeight[src]

type Type = f32

type ReverseWeight = TropicalWeight

impl SerializableSemiring for TropicalWeight[src]

impl StarSemiring for TropicalWeight[src]

impl StructuralEq for TropicalWeight[src]

impl WeaklyDivisibleSemiring for TropicalWeight[src]

impl WeightQuantize for TropicalWeight[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<T> From<T> for T[src]

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

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

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.