Struct java_asm::annotation::AnnotationVisitor
source · pub struct AnnotationVisitor<'a> {
pub delegated: Option<&'a AnnotationVisitor<'a>>,
}
Fields§
§delegated: Option<&'a AnnotationVisitor<'a>>
Implementations§
source§impl<'a> AnnotationVisitor<'a>
impl<'a> AnnotationVisitor<'a>
pub fn new() -> Self
pub fn from(origin: &'a AnnotationVisitor<'_>) -> Self
Trait Implementations§
source§impl<'a> Default for AnnotationVisitor<'a>
impl<'a> Default for AnnotationVisitor<'a>
source§fn default() -> AnnotationVisitor<'a>
fn default() -> AnnotationVisitor<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for AnnotationVisitor<'a>
impl<'a> RefUnwindSafe for AnnotationVisitor<'a>
impl<'a> Send for AnnotationVisitor<'a>
impl<'a> Sync for AnnotationVisitor<'a>
impl<'a> Unpin for AnnotationVisitor<'a>
impl<'a> UnwindSafe for AnnotationVisitor<'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