[][src]Struct seitan::RangedParameter

pub struct RangedParameter<'a, T: Debug, R: Debug = T> { /* fields omitted */ }

Methods

impl<'a, T: Clone + Debug + 'a, R: Clone + Debug> RangedParameter<'a, T, R>
[src]

impl<'a, T: Clone + Debug + 'a, R: Sub<Output = R> + Clone + Debug + 'static> RangedParameter<'a, T, R>
[src]

impl<'a, T, R> RangedParameter<'a, T, R> where
    T: Sub<Output = T> + Clone + Debug + ToPrimitive + FromPrimitive + 'static,
    R: Clone + ToPrimitive + Sub<Output = R> + Debug + 'static, 
[src]

Trait Implementations

impl<'a, T: PartialEq + Clone + Debug + 'a, R: PartialEq + Clone + Debug> PartialEq<RangedParameter<'a, T, R>> for RangedParameter<'a, T, R>
[src]

This method tests for !=.

impl<'a, T: Clone + Debug, R: Clone + Debug> Clone for RangedParameter<'a, T, R>
[src]

Performs copy-assignment from source. Read more

impl<'a, T: Debug + Debug, R: Debug + Debug> Debug for RangedParameter<'a, T, R>
[src]

impl<'a, T: Clone + Debug + Serialize + 'a, R: Clone + Debug + Serialize> Serialize for RangedParameter<'a, T, R>
[src]

Auto Trait Implementations

impl<'a, T, R = T> !Send for RangedParameter<'a, T, R>

impl<'a, T, R = T> !Sync for RangedParameter<'a, T, R>

Blanket Implementations

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

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.