Struct std::alloc::CannotReallocInPlace[][src]

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

The CannotReallocInPlace error is used when grow_in_place or shrink_in_place were unable to reuse the given memory block for a requested layout.

Methods

impl CannotReallocInPlace
[src]

🔬 This is a nightly-only experimental API. (allocator_api #32838)

Trait Implementations

impl Debug for CannotReallocInPlace
[src]

Formats the value using the given formatter. Read more

impl Clone for CannotReallocInPlace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CannotReallocInPlace
[src]

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

Formats the value using the given formatter. Read more

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

impl Sync for CannotReallocInPlace