[][src]Struct non_dominated_sort::Front

pub struct Front<'s, S: 's> { /* fields omitted */ }

Methods

impl<'f, 's: 'f, S: 's> Front<'s, S>[src]

pub fn rank(&self) -> usize[src]

Important traits for FrontElemIter<'f, 's, S>
pub fn iter(&'f self) -> FrontElemIter<'f, 's, S>[src]

Iterates over the elements of the front.

pub fn is_empty(&self) -> bool[src]

pub fn len(&self) -> usize[src]

pub fn current_front_indices(&self) -> &[usize][src]

pub fn next_front(self) -> Self[src]

Trait Implementations

impl<'s, S: Clone + 's> Clone for Front<'s, S>[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'s, S: Debug + 's> Debug for Front<'s, S>[src]

Auto Trait Implementations

impl<'s, S> Send for Front<'s, S> where
    S: Sync

impl<'s, S> Sync for Front<'s, S> where
    S: Sync

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]