pub struct AdbDeviceInfo {
pub name: String,
pub adb_path: String,
pub adb_serial: String,
pub adb_controller_type: MaaAdbControllerType,
pub adb_config: String,
}Available on crate feature
toolkit only.Fields§
§name: String§adb_path: String§adb_serial: String§adb_controller_type: MaaAdbControllerType§adb_config: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AdbDeviceInfo
impl<'de> Deserialize<'de> for AdbDeviceInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AdbDeviceInfo
impl RefUnwindSafe for AdbDeviceInfo
impl Send for AdbDeviceInfo
impl Sync for AdbDeviceInfo
impl Unpin for AdbDeviceInfo
impl UnwindSafe for AdbDeviceInfo
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