Struct path_semantics_std::Not [] [src]

pub struct Not<I = ()> { /* fields omitted */ }

Trait Implementations

impl<I, I2> Constrain<I2> for Not<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 Not
[src]

[src]

impl ExPath for Not<Not>
[src]

[src]

impl ExPath for Not<Id<bool>>
[src]

[src]

impl ExPath for Not<(Not, ())>
[src]

[src]

impl ExPath for Not<((), Not)>
[src]

[src]

impl ExPath for Not<(Not, Not)>
[src]

[src]

impl ExPath for Not<(Not, Id<bool>)>
[src]

[src]

impl ExPath for Not<(Id<bool>, Not)>
[src]

[src]

impl ExPath for Not<(Id<bool>, Id<bool>)>
[src]

[src]

impl ExPath for Not<((), ())>
[src]

[src]

impl<I: TrickDisplay + 'static> Display for Not<I>
[src]

[src]

Formats the value using the given formatter. Read more

impl<I: Copy> Copy for Not<I>
[src]

impl<I: Clone> Clone for Not<I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<I: Default> Default for Not<I>
[src]

[src]

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

impl<I: Debug> Debug for Not<I>
[src]

[src]

Formats the value using the given formatter.

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