pub enum VerificationType {
Double,
Float,
Integer,
Long,
Null,
Object {
cpool_index: u16,
},
Top,
Uninitialized {
offset: u16,
},
UninitializedThis,
}
Variants§
Trait Implementations§
Source§impl Clone for VerificationType
impl Clone for VerificationType
Source§fn clone(&self) -> VerificationType
fn clone(&self) -> VerificationType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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