pub struct MemCheckFailure { /* private fields */ }Expand description
An error returned by MemoryLimit when the service’s
memory checker was unable to determine the available amount of memory.
Implementations§
Trait Implementations§
Source§impl Debug for MemCheckFailure
impl Debug for MemCheckFailure
Source§impl Default for MemCheckFailure
impl Default for MemCheckFailure
Source§fn default() -> MemCheckFailure
fn default() -> MemCheckFailure
Returns the “default value” for a type. Read more
Source§impl Display for MemCheckFailure
impl Display for MemCheckFailure
Source§impl Error for MemCheckFailure
impl Error for MemCheckFailure
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for MemCheckFailure
impl !RefUnwindSafe for MemCheckFailure
impl Send for MemCheckFailure
impl Sync for MemCheckFailure
impl Unpin for MemCheckFailure
impl !UnwindSafe for MemCheckFailure
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more