pub struct DexFields {
pub items: Vec<String>,
}Expand description
Representation of the fields in a DEX file. Only the decoded fields are present in the correct order.
Fields§
§items: Vec<String>Vector of decoded field names
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexFields
impl RefUnwindSafe for DexFields
impl Send for DexFields
impl Sync for DexFields
impl Unpin for DexFields
impl UnwindSafe for DexFields
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