pub struct FieldBuilder { /* private fields */ }Implementations§
Source§impl FieldBuilder
impl FieldBuilder
pub fn new(access_flags: u16, name: &str, descriptor: &str) -> Self
pub fn add_attribute(&mut self, attr: AttributeInfo) -> &mut Self
Auto Trait Implementations§
impl Freeze for FieldBuilder
impl RefUnwindSafe for FieldBuilder
impl Send for FieldBuilder
impl Sync for FieldBuilder
impl Unpin for FieldBuilder
impl UnsafeUnpin for FieldBuilder
impl UnwindSafe for FieldBuilder
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