Struct path_semantics_std::Exc [] [src]

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

Trait Implementations

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

[src]

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

[src]

impl ExPath for Exc<Not>
[src]

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

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

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

[src]

Formats the value using the given formatter.

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