Struct fera_graph::graphs::complete::MaxNone [] [src]

pub struct MaxNone<E>(_);

Trait Implementations

impl<E: Copy> Copy for MaxNone<E>
[src]

impl<E: Clone> Clone for MaxNone<E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E: PartialEq> PartialEq for MaxNone<E>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<E: Eq> Eq for MaxNone<E>
[src]

impl<E: Hash> Hash for MaxNone<E>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<E: Debug> Debug for MaxNone<E>
[src]

[src]

Formats the value using the given formatter.

impl<E: EdgeImpl> BuildNone<E> for MaxNone<E>
[src]

[src]

[src]