Struct index_pool::AlreadyReturned [] [src]

pub struct AlreadyReturned;

Trait Implementations

impl Debug for AlreadyReturned
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AlreadyReturned
[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 AlreadyReturned
[src]

impl Display for AlreadyReturned
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AlreadyReturned
[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