pub struct AndroidStateProvider<F: TreeFilter, M: TreeFormatter> { /* private fields */ }Expand description
Fetches state from an Android device, applies filters and formatters.
Implementations§
Source§impl<F: TreeFilter, M: TreeFormatter> AndroidStateProvider<F, M>
impl<F: TreeFilter, M: TreeFormatter> AndroidStateProvider<F, M>
Auto Trait Implementations§
impl<F, M> Freeze for AndroidStateProvider<F, M>
impl<F, M> RefUnwindSafe for AndroidStateProvider<F, M>where
F: RefUnwindSafe,
M: RefUnwindSafe,
impl<F, M> Send for AndroidStateProvider<F, M>
impl<F, M> Sync for AndroidStateProvider<F, M>
impl<F, M> Unpin for AndroidStateProvider<F, M>
impl<F, M> UnsafeUnpin for AndroidStateProvider<F, M>where
F: UnsafeUnpin,
M: UnsafeUnpin,
impl<F, M> UnwindSafe for AndroidStateProvider<F, M>where
F: UnwindSafe,
M: UnwindSafe,
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