pub struct MobileAutomationSessionInfo {
pub backend: String,
pub session_id: String,
pub note: String,
}Fields§
§backend: String§session_id: String§note: StringTrait Implementations§
Source§impl Clone for MobileAutomationSessionInfo
impl Clone for MobileAutomationSessionInfo
Source§fn clone(&self) -> MobileAutomationSessionInfo
fn clone(&self) -> MobileAutomationSessionInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MobileAutomationSessionInfo
impl Debug for MobileAutomationSessionInfo
Source§impl<'de> Deserialize<'de> for MobileAutomationSessionInfo
impl<'de> Deserialize<'de> for MobileAutomationSessionInfo
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
impl Eq for MobileAutomationSessionInfo
impl StructuralPartialEq for MobileAutomationSessionInfo
Auto Trait Implementations§
impl Freeze for MobileAutomationSessionInfo
impl RefUnwindSafe for MobileAutomationSessionInfo
impl Send for MobileAutomationSessionInfo
impl Sync for MobileAutomationSessionInfo
impl Unpin for MobileAutomationSessionInfo
impl UnsafeUnpin for MobileAutomationSessionInfo
impl UnwindSafe for MobileAutomationSessionInfo
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