pub struct DexMethods {
pub items: Vec<String>,
}Expand description
Sorted list of method IDs
Fields§
§items: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexMethods
impl RefUnwindSafe for DexMethods
impl Send for DexMethods
impl Sync for DexMethods
impl Unpin for DexMethods
impl UnwindSafe for DexMethods
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