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