Enum vonuvoli_scheme::exports::PairRef[][src]

Variants

Methods

impl<'a> PairRef<'a>
[src]

Trait Implementations

impl<'a> StdAsRef<PairRef<'a>> for PairRef<'a>
[src]

Performs the conversion.

impl<'a> Eq for PairRef<'a>
[src]

impl<'a> PartialEq for PairRef<'a>
[src]

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

This method tests for !=.

impl<'a> Ord for PairRef<'a>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<'a> PartialOrd for PairRef<'a>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<'a> Pair for PairRef<'a>
[src]

Important traits for &'a [u8]

Auto Trait Implementations

impl<'a> !Send for PairRef<'a>

impl<'a> !Sync for PairRef<'a>