pub struct TargetAttachToTargetResult {
pub session_id: String,
}Expand description
Typed result for Target.attachToTarget.
Fields§
§session_id: StringSession id for the attached target.
Trait Implementations§
Source§impl Clone for TargetAttachToTargetResult
impl Clone for TargetAttachToTargetResult
Source§fn clone(&self) -> TargetAttachToTargetResult
fn clone(&self) -> TargetAttachToTargetResult
Returns a duplicate of the value. Read more
1.0.0 · 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 TargetAttachToTargetResult
impl Debug for TargetAttachToTargetResult
Source§impl<'de> Deserialize<'de> for TargetAttachToTargetResult
impl<'de> Deserialize<'de> for TargetAttachToTargetResult
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 TargetAttachToTargetResult
impl StructuralPartialEq for TargetAttachToTargetResult
Auto Trait Implementations§
impl Freeze for TargetAttachToTargetResult
impl RefUnwindSafe for TargetAttachToTargetResult
impl Send for TargetAttachToTargetResult
impl Sync for TargetAttachToTargetResult
impl Unpin for TargetAttachToTargetResult
impl UnsafeUnpin for TargetAttachToTargetResult
impl UnwindSafe for TargetAttachToTargetResult
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