pub struct DexTypes {
pub items: Vec<String>,
}Expand description
List of types defined in the DEX file
Fields§
§items: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexTypes
impl RefUnwindSafe for DexTypes
impl Send for DexTypes
impl Sync for DexTypes
impl Unpin for DexTypes
impl UnwindSafe for DexTypes
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