pub struct DexPage { /* private fields */ }Implementations§
Source§impl DexPage
impl DexPage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexPage
impl RefUnwindSafe for DexPage
impl Send for DexPage
impl Sync for DexPage
impl Unpin for DexPage
impl UnwindSafe for DexPage
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