[][src]Struct momba_explore::time::Constraint

pub struct Constraint<T: TimeType> { /* fields omitted */ }

Trait Implementations

impl<T: Clone + TimeType> Clone for Constraint<T> where
    T::CompiledDifference: Clone
[src]

impl<T: Debug + TimeType> Debug for Constraint<T> where
    T::CompiledDifference: Debug
[src]

impl<T: Eq + TimeType> Eq for Constraint<T> where
    T::CompiledDifference: Eq
[src]

impl<T: Hash + TimeType> Hash for Constraint<T> where
    T::CompiledDifference: Hash
[src]

impl<T: PartialEq + TimeType> PartialEq<Constraint<T>> for Constraint<T> where
    T::CompiledDifference: PartialEq
[src]

impl<T: TimeType> StructuralEq for Constraint<T>[src]

impl<T: TimeType> StructuralPartialEq for Constraint<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Constraint<T> where
    <T as TimeType>::CompiledDifference: RefUnwindSafe
[src]

impl<T> Send for Constraint<T> where
    <T as TimeType>::CompiledDifference: Send
[src]

impl<T> Sync for Constraint<T> where
    <T as TimeType>::CompiledDifference: Sync
[src]

impl<T> Unpin for Constraint<T> where
    <T as TimeType>::CompiledDifference: Unpin
[src]

impl<T> UnwindSafe for Constraint<T> where
    <T as TimeType>::CompiledDifference: UnwindSafe
[src]

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> Pointable for T

type Init = T

The type for initializers.

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.