Struct addressable_pairing_heap::Handle [] [src]

pub struct Handle(_);

A handle to access stored elements within an addressable pairing heap.

Trait Implementations

impl Debug for Handle
[src]

Formats the value using the given formatter.

impl Copy for Handle
[src]

impl Clone for Handle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Handle
[src]

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

This method tests for !=.

impl Eq for Handle
[src]