Struct std::alloc::CannotReallocInPlace [−][src]
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 Debug for CannotReallocInPlace
[src]
[+]
impl Debug for CannotReallocInPlace
impl Clone for CannotReallocInPlace
[src]
[+]
impl Clone for CannotReallocInPlace
impl Eq for CannotReallocInPlace
[src]
impl Eq for CannotReallocInPlace
impl PartialEq<CannotReallocInPlace> for CannotReallocInPlace
[src]
[+]
impl PartialEq<CannotReallocInPlace> for CannotReallocInPlace
impl Display for CannotReallocInPlace
[src]
[+]
impl Display for CannotReallocInPlace
impl Error for CannotReallocInPlace
[src]
[+]
impl Error for CannotReallocInPlace
Auto Trait Implementations
impl Send for CannotReallocInPlace
impl Send for CannotReallocInPlace
impl Sync for CannotReallocInPlace
impl Sync for CannotReallocInPlace