[][src]Struct gamma::matching::Pairing

pub struct Pairing { /* fields omitted */ }

Implementations

impl Pairing[src]

pub fn new() -> Self[src]

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

pub fn has_node(&self, id: usize) -> bool[src]

pub fn pair(&mut self, sid: usize, tid: usize)[src]

pub fn edges(&self) -> impl Iterator<Item = (usize, usize)> + '_[src]

pub fn augment(&mut self, path: Vec<usize>)[src]

pub fn mate(&self, id: usize) -> usize[src]

Trait Implementations

impl Debug for Pairing[src]

impl PartialEq<Pairing> for Pairing[src]

impl StructuralPartialEq for Pairing[src]

Auto Trait Implementations

impl RefUnwindSafe for Pairing

impl Send for Pairing

impl Sync for Pairing

impl Unpin for Pairing

impl UnwindSafe for Pairing

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.