Enum fisher_common::state::IdKind [] [src]

pub enum IdKind {
    HookId,
    ThreadId,
    // some variants omitted
}

This enum represents a kind of ID.

You should use this to specify which ID you do want.

Variants

This kind should be used to identify hooks.

This kind should be used to identify threads.

Trait Implementations

impl Debug for IdKind
[src]

Formats the value using the given formatter.

impl Copy for IdKind
[src]

impl Clone for IdKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IdKind
[src]

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

This method tests for !=.

impl Eq for IdKind
[src]

impl Hash for IdKind
[src]

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

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