pub struct VerificationTypes<'a> { /* private fields */ }Expand description
A borrowed sequence of verification types in a stack-map frame.
Implementations§
Source§impl<'a> VerificationTypes<'a>
impl<'a> VerificationTypes<'a>
Sourcepub fn iter(&self) -> impl ExactSizeIterator<Item = VerificationType<'a>> + '_
pub fn iter(&self) -> impl ExactSizeIterator<Item = VerificationType<'a>> + '_
Iterates over verification types in class-file order.
Trait Implementations§
Source§impl<'a> Clone for VerificationTypes<'a>
impl<'a> Clone for VerificationTypes<'a>
Source§fn clone(&self) -> VerificationTypes<'a>
fn clone(&self) -> VerificationTypes<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for VerificationTypes<'a>
Auto Trait Implementations§
impl<'a> Freeze for VerificationTypes<'a>
impl<'a> RefUnwindSafe for VerificationTypes<'a>
impl<'a> Send for VerificationTypes<'a>
impl<'a> Sync for VerificationTypes<'a>
impl<'a> Unpin for VerificationTypes<'a>
impl<'a> UnsafeUnpin for VerificationTypes<'a>
impl<'a> UnwindSafe for VerificationTypes<'a>
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