[][src]Struct rustfst::algorithms::compose::lookahead_filters::PushLabelsComposeFilterBuilder

pub struct PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    W: Semiring,
    CFB: ComposeFilterBuilder<W>,
    CFB::CF: LookAheadComposeFilterTrait<W>,
    SMT: MatchTypeTrait,
    <CFB::CF as ComposeFilter<W>>::M1: LookaheadMatcher<W>,
    <CFB::CF as ComposeFilter<W>>::M2: LookaheadMatcher<W>, 
{ /* fields omitted */ }

Trait Implementations

impl<W: Clone, CFB: Clone, SMT: Clone> Clone for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    W: Semiring,
    CFB: ComposeFilterBuilder<W>,
    CFB::CF: LookAheadComposeFilterTrait<W>,
    SMT: MatchTypeTrait,
    <CFB::CF as ComposeFilter<W>>::M1: LookaheadMatcher<W>,
    <CFB::CF as ComposeFilter<W>>::M2: LookaheadMatcher<W>, 
[src]

impl<W, CFB, SMT> ComposeFilterBuilder<W> for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    W: Semiring,
    CFB: ComposeFilterBuilder<W>,
    CFB::CF: LookAheadComposeFilterTrait<W>,
    SMT: MatchTypeTrait,
    <CFB::CF as ComposeFilter<W>>::M1: LookaheadMatcher<W>,
    <CFB::CF as ComposeFilter<W>>::M2: LookaheadMatcher<W>, 
[src]

type CF = PushLabelsComposeFilter<W, CFB::CF, SMT>

type M1 = CFB::M1

type M2 = CFB::M2

impl<W: Debug, CFB: Debug, SMT: Debug> Debug for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    W: Semiring,
    CFB: ComposeFilterBuilder<W>,
    CFB::CF: LookAheadComposeFilterTrait<W>,
    SMT: MatchTypeTrait,
    <CFB::CF as ComposeFilter<W>>::M1: LookaheadMatcher<W>,
    <CFB::CF as ComposeFilter<W>>::M2: LookaheadMatcher<W>, 
[src]

Auto Trait Implementations

impl<W, CFB, SMT> RefUnwindSafe for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    CFB: RefUnwindSafe,
    SMT: RefUnwindSafe,
    W: RefUnwindSafe

impl<W, CFB, SMT> Send for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    CFB: Send,
    SMT: Send,
    W: Send

impl<W, CFB, SMT> Sync for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    CFB: Sync,
    SMT: Sync

impl<W, CFB, SMT> Unpin for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    CFB: Unpin,
    SMT: Unpin,
    W: Unpin

impl<W, CFB, SMT> UnwindSafe for PushLabelsComposeFilterBuilder<W, CFB, SMT> where
    CFB: UnwindSafe,
    SMT: UnwindSafe,
    W: UnwindSafe

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, 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.