Struct path_semantics_std::False1 [] [src]

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

Trait Implementations

impl<T, I, I2> Constrain<I2> for False1<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, U> ExPath for False1<T, U>
[src]

[src]

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

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

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

[src]

Formats the value using the given formatter.

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