Struct allocator_api::alloc::AllocErr[][src]

pub struct AllocErr;

The AllocErr error indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.

Trait Implementations

impl Clone for AllocErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AllocErr
[src]

Formats the value using the given formatter. Read more

impl Display for AllocErr
[src]

Formats the value using the given formatter. Read more

impl From<AllocErr> for CollectionAllocErr
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AllocErr

impl Sync for AllocErr