Struct gluon_base::types::Generic[][src]

pub struct Generic<Id> {
    pub id: Id,
    pub kind: ArcKind,
}

Fields

Methods

impl<Id> Generic<Id>
[src]

Trait Implementations

impl<Id: Clone> Clone for Generic<Id>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: Debug> Debug for Generic<Id>
[src]

Formats the value using the given formatter. Read more

impl<Id: Eq> Eq for Generic<Id>
[src]

impl<Id: PartialEq> PartialEq for Generic<Id>
[src]

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

This method tests for !=.

impl<Id: Hash> Hash for Generic<Id>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<Id: Display> Display for Generic<Id>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Id> Send for Generic<Id> where
    Id: Send

impl<Id> Sync for Generic<Id> where
    Id: Sync