Struct bio::data_structures::interval_tree::Entry [] [src]

pub struct Entry<'a, N: 'a, D: 'a> { /* fields omitted */ }

Methods

impl<'a, N: 'a, D: 'a> Entry<'a, N, D>
[src]

Get a reference to the data for this entry

Get a reference to the interval for this entry

Trait Implementations

impl<'a, N: PartialEq + 'a, D: PartialEq + 'a> PartialEq for Entry<'a, N, D>
[src]

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

This method tests for !=.

impl<'a, N: Eq + 'a, D: Eq + 'a> Eq for Entry<'a, N, D>
[src]

impl<'a, N: Debug + 'a, D: Debug + 'a> Debug for Entry<'a, N, D>
[src]

Formats the value using the given formatter.

impl<'a, N: Clone + 'a, D: Clone + 'a> Clone for Entry<'a, N, D>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more