[][src]Struct lib_dachshund::dachshund::id_types::GraphId

pub struct GraphId { /* fields omitted */ }

Used to refer to distinct graphs. Current use cases:

  • as a key for input to a transformer (multiple graphs may be processed, in order).
  • as an identifier for a (quasi-)clique, after it is output.

Implementations

impl GraphId[src]

pub fn value(&self) -> i64[src]

Trait Implementations

impl Clone for GraphId[src]

impl Copy for GraphId[src]

impl Debug for GraphId[src]

impl Display for GraphId[src]

impl Eq for GraphId[src]

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

impl Hash for GraphId[src]

impl PartialEq<GraphId> for GraphId[src]

impl StructuralEq for GraphId[src]

impl StructuralPartialEq for GraphId[src]

Auto Trait Implementations

impl RefUnwindSafe for GraphId

impl Send for GraphId

impl Sync for GraphId

impl Unpin for GraphId

impl UnwindSafe for GraphId

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> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,