pub struct AttachToTargetResult {
pub session_id: String,
}Expand description
Result of Target.attachToTarget.
Fields§
§session_id: StringSession ID for the attached target.
Trait Implementations§
Source§impl Clone for AttachToTargetResult
impl Clone for AttachToTargetResult
Source§fn clone(&self) -> AttachToTargetResult
fn clone(&self) -> AttachToTargetResult
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 AttachToTargetResult
impl Debug for AttachToTargetResult
Source§impl<'de> Deserialize<'de> for AttachToTargetResult
impl<'de> Deserialize<'de> for AttachToTargetResult
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 AttachToTargetResult
impl RefUnwindSafe for AttachToTargetResult
impl Send for AttachToTargetResult
impl Sync for AttachToTargetResult
impl Unpin for AttachToTargetResult
impl UnwindSafe for AttachToTargetResult
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