Struct path_semantics_std::Odd [] [src]

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

Trait Implementations

impl<T, I, I2> Constrain<I2> for Odd<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 ExPath for Odd<u8, EqK<u8>>
[src]

[src]

impl ExPath for Odd<u8, GeK<u8>>
[src]

[src]

impl ExPath for Odd<u8, LtK<u8>>
[src]

[src]

impl ExPath for Odd<u16, EqK<u16>>
[src]

[src]

impl ExPath for Odd<u16, GeK<u16>>
[src]

[src]

impl ExPath for Odd<u16, LtK<u16>>
[src]

[src]

impl ExPath for Odd<u32, EqK<u32>>
[src]

[src]

impl ExPath for Odd<u32, GeK<u32>>
[src]

[src]

impl ExPath for Odd<u32, LtK<u32>>
[src]

[src]

impl ExPath for Odd<u64, EqK<u64>>
[src]

[src]

impl ExPath for Odd<u64, GeK<u64>>
[src]

[src]

impl ExPath for Odd<u64, LtK<u64>>
[src]

[src]

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

[src]

impl<T> ExPath for Odd<T, Odd<T>>
[src]

[src]

impl<T> ExPath for Odd<T, Even<T>>
[src]

[src]

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

[src]

Formats the value using the given formatter. Read more

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

impl<T: Clone, I: Clone> Clone for Odd<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 Odd<T, I>
[src]

[src]

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

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

[src]

Formats the value using the given formatter.

impl<T: PartialEq, I: PartialEq> PartialEq for Odd<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 !=.