pub enum JvmtiResourceExhausted {
OomError,
JavaHeap,
Threads,
Unsupported(jvmtiResourceExhausted),
}
Variants§
Trait Implementations§
Source§impl Debug for JvmtiResourceExhausted
impl Debug for JvmtiResourceExhausted
Source§impl From<JvmtiResourceExhausted> for jvmtiResourceExhausted
impl From<JvmtiResourceExhausted> for jvmtiResourceExhausted
Source§fn from(value: JvmtiResourceExhausted) -> Self
fn from(value: JvmtiResourceExhausted) -> Self
Converts to this type from the input type.
Source§impl From<u32> for JvmtiResourceExhausted
impl From<u32> for JvmtiResourceExhausted
Source§fn from(value: jvmtiResourceExhausted) -> Self
fn from(value: jvmtiResourceExhausted) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JvmtiResourceExhausted
impl RefUnwindSafe for JvmtiResourceExhausted
impl Send for JvmtiResourceExhausted
impl Sync for JvmtiResourceExhausted
impl Unpin for JvmtiResourceExhausted
impl UnwindSafe for JvmtiResourceExhausted
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