Enum rs_lockfree::error::Status[][src]

pub enum Status {
    Success,
    Busy,
    ThreadNumOverflow,
    InvalidParam,
}

Status of HazardEpoch

Variants

Success

Current thread has already assigned a version handle

Thread number overflow

Invalid parameter

Trait Implementations

impl PartialEq for Status
[src]

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

This method tests for !=.

impl Copy for Status
[src]

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Status
[src]

Formats the value using the given formatter. Read more

impl Display for Status
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Status

impl Sync for Status