pub struct AttachToTargetReturns {
pub sessionId: SessionID,
}Expand description
Attaches to the target with given id.
Fields§
§sessionId: SessionIDId assigned to the session.
Trait Implementations§
Source§impl Clone for AttachToTargetReturns
impl Clone for AttachToTargetReturns
Source§fn clone(&self) -> AttachToTargetReturns
fn clone(&self) -> AttachToTargetReturns
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 AttachToTargetReturns
impl Debug for AttachToTargetReturns
Source§impl Default for AttachToTargetReturns
impl Default for AttachToTargetReturns
Source§fn default() -> AttachToTargetReturns
fn default() -> AttachToTargetReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachToTargetReturns
impl<'de> Deserialize<'de> for AttachToTargetReturns
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 AttachToTargetReturns
impl RefUnwindSafe for AttachToTargetReturns
impl Send for AttachToTargetReturns
impl Sync for AttachToTargetReturns
impl Unpin for AttachToTargetReturns
impl UnsafeUnpin for AttachToTargetReturns
impl UnwindSafe for AttachToTargetReturns
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