[][src]Struct outils::types::EmptyWeight

pub struct EmptyWeight;

Unit-like (i.e. zero-sized) struct that can be used as an WeightType.

Trait Implementations

impl Add<EmptyWeight> for EmptyWeight[src]

type Output = EmptyWeight

The resulting type after applying the + operator.

impl AddAssign<EmptyWeight> for EmptyWeight[src]

impl Clone for EmptyWeight[src]

impl Copy for EmptyWeight[src]

impl Debug for EmptyWeight[src]

impl Default for EmptyWeight[src]

impl Eq for EmptyWeight[src]

impl Hash for EmptyWeight[src]

impl Ord for EmptyWeight[src]

impl PartialEq<EmptyWeight> for EmptyWeight[src]

impl PartialOrd<EmptyWeight> for EmptyWeight[src]

impl StructuralEq for EmptyWeight[src]

impl StructuralPartialEq for EmptyWeight[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> IndexType for T where
    T: Default + Debug + Copy + Eq + Ord
[src]

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

impl<T> KeyType for T where
    T: Default + Debug + Copy + Eq + Ord + Hash
[src]

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> ValueType for T where
    T: Default + Debug
[src]

impl<T> WeightType for T where
    T: Default + Debug + Copy + Eq + Ord + Add<T, Output = T> + AddAssign<T>, 
[src]