Struct borderbook::Side[][src]

pub struct Side<K> where
    K: Hash + Eq + Clone
{ pub direction: Direction, // some fields omitted }

Fields

Methods

impl<K: Hash + Eq + Clone> Side<K>
[src]

Trait Implementations

impl<'a, K> IntoIterator for &'a Side<K> where
    K: 'a + Clone + Hash + Eq
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<K: Clone + Eq + Hash> Display for Side<K>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<K> Send for Side<K> where
    K: Send

impl<K> Sync for Side<K> where
    K: Sync