Struct path_semantics_std::And [] [src]

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

Trait Implementations

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

[src]

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

[src]

impl ExPath for And<Not>
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

impl<T: Clone> Path<Not> for And<T> where
    Not<T>: ExPath
[src]

[src]

[src]

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

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

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

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

[src]

Formats the value using the given formatter.

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