Struct index_pool::AlreadyInUse [] [src]

pub struct AlreadyInUse;

Trait Implementations

impl Debug for AlreadyInUse
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AlreadyInUse
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for AlreadyInUse
[src]

impl Display for AlreadyInUse
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AlreadyInUse
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for AlreadyInUse

impl Sync for AlreadyInUse