Struct core::alloc::CannotReallocInPlace [−][src]
pub struct CannotReallocInPlace;
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]
impl CannotReallocInPlace
pub fn description(&self) -> &str
[src]
pub fn description(&self) -> &str
Trait Implementations
impl Clone for CannotReallocInPlace
[src]
impl Clone for CannotReallocInPlace
fn clone(&self) -> CannotReallocInPlace
[src]
fn clone(&self) -> CannotReallocInPlace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for CannotReallocInPlace
[src]
impl PartialEq for CannotReallocInPlace
fn eq(&self, other: &CannotReallocInPlace) -> bool
[src]
fn eq(&self, other: &CannotReallocInPlace) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for CannotReallocInPlace
[src]
impl Eq for CannotReallocInPlace
impl Debug for CannotReallocInPlace
[src]
impl Debug for CannotReallocInPlace
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for CannotReallocInPlace
[src]
impl Display for CannotReallocInPlace
Auto Trait Implementations
impl Send for CannotReallocInPlace
impl Send for CannotReallocInPlace
impl Sync for CannotReallocInPlace
impl Sync for CannotReallocInPlace