Struct brotli::enc::input_pair::InputPair[][src]

pub struct InputPair<'a>(pub InputReference<'a>, pub InputReference<'a>);

Methods

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

Trait Implementations

impl<'a> Clone for InputPair<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for InputPair<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Copy for InputPair<'a>
[src]

impl<'a> PartialEq for InputPair<'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> Index<usize> for InputPair<'a>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<'a> LowerHex for InputPair<'a>
[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl<'a> Send for InputPair<'a>

impl<'a> Sync for InputPair<'a>