Struct path_semantics_std::Id [] [src]

pub struct Id<T, I = ()> { /* fields omitted */ }

Trait Implementations

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

[src]

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

[src]

impl<T, I: TrickDisplay + 'static> Display for Id<T, I>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Copy, I: Copy> Copy for Id<T, I>
[src]

impl<T: Clone, I: Clone> Clone for Id<T, I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Default, I: Default> Default for Id<T, I>
[src]

[src]

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

impl<T: Debug, I: Debug> Debug for Id<T, I>
[src]

[src]

Formats the value using the given formatter.

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