pub enum VerificationTypeInfo {
Top,
Integer,
Float,
Double,
Long,
Null,
UninitializedThis,
Object {
class: u16,
},
Uninitialized {
offset: u16,
},
}
Variants§
Trait Implementations§
Source§impl Clone for VerificationTypeInfo
impl Clone for VerificationTypeInfo
Source§fn clone(&self) -> VerificationTypeInfo
fn clone(&self) -> VerificationTypeInfo
Returns a copy 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 VerificationTypeInfo
impl RefUnwindSafe for VerificationTypeInfo
impl Send for VerificationTypeInfo
impl Sync for VerificationTypeInfo
impl Unpin for VerificationTypeInfo
impl UnwindSafe for VerificationTypeInfo
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