Struct path_semantics_std::Rexc [] [src]

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

Trait Implementations

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

[src]

impl ExPath for Rexc<Not>
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

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

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

[src]

Formats the value using the given formatter.

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