pub struct Android {}
Implementations§
Trait Implementations§
impl StructuralPartialEq for Android
Auto Trait Implementations§
impl Freeze for Android
impl RefUnwindSafe for Android
impl Send for Android
impl Sync for Android
impl Unpin for Android
impl UnwindSafe for Android
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