pub struct AutomationSessionInfo {
pub bidi_session_id: String,
pub note: String,
pub mapper_target_id: Option<String>,
pub mapper_session_id: Option<String>,
pub package_version: Option<String>,
}Fields§
§bidi_session_id: String§note: String§mapper_target_id: Option<String>§mapper_session_id: Option<String>§package_version: Option<String>Trait Implementations§
Source§impl Clone for AutomationSessionInfo
impl Clone for AutomationSessionInfo
Source§fn clone(&self) -> AutomationSessionInfo
fn clone(&self) -> AutomationSessionInfo
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 AutomationSessionInfo
impl Debug for AutomationSessionInfo
Source§impl<'de> Deserialize<'de> for AutomationSessionInfo
impl<'de> Deserialize<'de> for AutomationSessionInfo
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 AutomationSessionInfo
Source§impl PartialEq for AutomationSessionInfo
impl PartialEq for AutomationSessionInfo
Source§impl Serialize for AutomationSessionInfo
impl Serialize for AutomationSessionInfo
impl StructuralPartialEq for AutomationSessionInfo
Auto Trait Implementations§
impl Freeze for AutomationSessionInfo
impl RefUnwindSafe for AutomationSessionInfo
impl Send for AutomationSessionInfo
impl Sync for AutomationSessionInfo
impl Unpin for AutomationSessionInfo
impl UnsafeUnpin for AutomationSessionInfo
impl UnwindSafe for AutomationSessionInfo
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