Struct path_semantics_std::Or [] [src]

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

Trait Implementations

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

[src]

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

[src]

impl ExPath for Or<Not>
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

impl<T: Clone> Path<Not> for Or<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 Or<I>
[src]

[src]

Formats the value using the given formatter. Read more

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

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

[src]

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

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

[src]

Formats the value using the given formatter.

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