pub struct DetachedFromTargetEvent { /* private fields */ }Available on crate features
Target and experimental only.Expand description
Issued when detached from target for any reason (including detachFromTarget command). Can be
issued multiple times per target if multiple sessions have been attached to it.
Implementations§
Trait Implementations§
Source§impl Clone for DetachedFromTargetEvent
impl Clone for DetachedFromTargetEvent
Source§fn clone(&self) -> DetachedFromTargetEvent
fn clone(&self) -> DetachedFromTargetEvent
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 DetachedFromTargetEvent
impl Debug for DetachedFromTargetEvent
Source§impl<'de> Deserialize<'de> for DetachedFromTargetEvent
impl<'de> Deserialize<'de> for DetachedFromTargetEvent
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 DetachedFromTargetEvent
impl RefUnwindSafe for DetachedFromTargetEvent
impl Send for DetachedFromTargetEvent
impl Sync for DetachedFromTargetEvent
impl Unpin for DetachedFromTargetEvent
impl UnwindSafe for DetachedFromTargetEvent
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