Struct path_semantics_std::Add [] [src]

pub struct Add<T, I = ()> { /* fields omitted */ }

Trait Implementations

impl<T, I, I2> Constrain<I2> for Add<T, I>
[src]

[src]

Override input constraint even when existential path does not exist.

[src]

Constrains input but only if an existential path is supported for the constraint.

impl<T> ExPath for Add<T>
[src]

[src]

impl ExPath for Add<u8, (Even<u8>, Odd<u8>)>
[src]

[src]

impl ExPath for Add<u8, (Odd<u8>, Even<u8>)>
[src]

[src]

impl ExPath for Add<u8, (Even<u8>, Even<u8>)>
[src]

[src]

impl ExPath for Add<u8, (Odd<u8>, Odd<u8>)>
[src]

[src]

impl ExPath for Add<u16, (Even<u16>, Odd<u16>)>
[src]

[src]

impl ExPath for Add<u16, (Odd<u16>, Even<u16>)>
[src]

[src]

impl ExPath for Add<u16, (Even<u16>, Even<u16>)>
[src]

[src]

impl ExPath for Add<u16, (Odd<u16>, Odd<u16>)>
[src]

[src]

impl ExPath for Add<u32, (Even<u32>, Odd<u32>)>
[src]

[src]

impl ExPath for Add<u32, (Odd<u32>, Even<u32>)>
[src]

[src]

impl ExPath for Add<u32, (Even<u32>, Even<u32>)>
[src]

[src]

impl ExPath for Add<u32, (Odd<u32>, Odd<u32>)>
[src]

[src]

impl ExPath for Add<u64, (Even<u64>, Odd<u64>)>
[src]

[src]

impl ExPath for Add<u64, (Odd<u64>, Even<u64>)>
[src]

[src]

impl ExPath for Add<u64, (Even<u64>, Even<u64>)>
[src]

[src]

impl ExPath for Add<u64, (Odd<u64>, Odd<u64>)>
[src]

[src]

impl<T: Clone> Path<Even<u8>> for Add<u8, T> where
    Even<u8, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Odd<u8>> for Add<u8, T> where
    Odd<u8, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Even<u16>> for Add<u16, T> where
    Even<u16, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Odd<u16>> for Add<u16, T> where
    Odd<u16, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Even<u32>> for Add<u32, T> where
    Even<u32, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Odd<u32>> for Add<u32, T> where
    Odd<u32, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Even<u64>> for Add<u64, T> where
    Even<u64, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T: Clone> Path<Odd<u64>> for Add<u64, T> where
    Odd<u64, T>: ExPath
[src]

[src]

[src]

Can call method if the existential paths of constrained input matches.

impl<T, I: TrickDisplay + 'static> Display for Add<T, I>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Copy, I: Copy> Copy for Add<T, I>
[src]

impl<T: Clone, I: Clone> Clone for Add<T, I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Default, I: Default> Default for Add<T, I>
[src]

[src]

Returns the "default value" for a type. Read more

impl<T: Debug, I: Debug> Debug for Add<T, I>
[src]

[src]

Formats the value using the given formatter.

impl<T: PartialEq, I: PartialEq> PartialEq for Add<T, I>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.