pub struct ADBVersion { /* private fields */ }
Expand description
Show the adb version
Trait Implementations§
Source§impl ADBCommand for ADBVersion
impl ADBCommand for ADBVersion
Auto Trait Implementations§
impl Freeze for ADBVersion
impl !RefUnwindSafe for ADBVersion
impl Send for ADBVersion
impl Sync for ADBVersion
impl Unpin for ADBVersion
impl !UnwindSafe for ADBVersion
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