pub struct NodeList { /* private fields */ }Implementations§
Source§impl NodeList
impl NodeList
pub fn new() -> Self
pub fn add<T: Into<AbstractInsnNode>>(&mut self, node: T) -> &mut Self
pub fn nodes(&self) -> &[AbstractInsnNode]
pub fn into_nodes(self) -> Vec<AbstractInsnNode>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeList
impl RefUnwindSafe for NodeList
impl Send for NodeList
impl Sync for NodeList
impl Unpin for NodeList
impl UnsafeUnpin for NodeList
impl UnwindSafe for NodeList
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