Struct rational_deduction::RatioPairRef[][src]

pub struct RatioPairRef<'v, V> {
    pub top: &'v V,
    pub bot: &'v V,
}

Ratio Reference Type

Fields

top: &'v V

Top of the ratio

bot: &'v V

Bottom of the ratio

Trait Implementations

impl<'v, V: Clone> Clone for RatioPairRef<'v, V>[src]

impl<'v, V: Copy> Copy for RatioPairRef<'v, V>[src]

impl<'v, V: Debug> Debug for RatioPairRef<'v, V>[src]

impl<'v, V: Eq> Eq for RatioPairRef<'v, V>[src]

impl<'v, V: Hash> Hash for RatioPairRef<'v, V>[src]

impl<'v, V: Ord> Ord for RatioPairRef<'v, V>[src]

impl<'v, V: PartialEq> PartialEq<RatioPairRef<'v, V>> for RatioPairRef<'v, V>[src]

impl<'v, V: PartialOrd> PartialOrd<RatioPairRef<'v, V>> for RatioPairRef<'v, V>[src]

impl<'v, V> StructuralEq for RatioPairRef<'v, V>[src]

impl<'v, V> StructuralPartialEq for RatioPairRef<'v, V>[src]

Auto Trait Implementations

impl<'v, V> Send for RatioPairRef<'v, V> where
    V: Sync

impl<'v, V> Sync for RatioPairRef<'v, V> where
    V: Sync

impl<'v, V> Unpin for RatioPairRef<'v, V>

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

impl<T> Conv for T

impl<T> FmtForward for T

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

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

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> TryConv for T

impl<T> TryConv for T

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.