pub struct FieldInfo<'a> {
pub access_flags: FieldAccessFlags,
pub name: Cow<'a, str>,
pub descriptor: FieldDescriptor<'a>,
pub attributes: Vec<AttributeInfo<'a>>,
}Fields§
§access_flags: FieldAccessFlags§name: Cow<'a, str>§descriptor: FieldDescriptor<'a>§attributes: Vec<AttributeInfo<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FieldInfo<'a>
impl<'a> RefUnwindSafe for FieldInfo<'a>
impl<'a> Send for FieldInfo<'a>
impl<'a> Sync for FieldInfo<'a>
impl<'a> Unpin for FieldInfo<'a>
impl<'a> UnwindSafe for FieldInfo<'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