pub enum VerificationType {
Top,
Integer,
Float,
Double,
Long,
Null,
UninitializedThis,
Object(u16),
Uninitialized(u16),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerificationType
impl RefUnwindSafe for VerificationType
impl Send for VerificationType
impl Sync for VerificationType
impl Unpin for VerificationType
impl UnwindSafe for VerificationType
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