Struct std::alloc::AllocErr[][src]

pub struct AllocErr;
🔬 This is a nightly-only experimental API. (allocator_api #32838)

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

Formats the value using the given formatter. Read more

impl From<AllocErr> for CollectionAllocErr
[src]

Performs the conversion.

impl Clone for AllocErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for AllocErr
[src]

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

Formats the value using the given formatter. Read more

impl Error for AllocErr
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for AllocErr

impl Sync for AllocErr