pub struct TargetDestroyedParams {
pub target_id: TargetId,
}Expand description
Issued when a target is destroyed. targetDestroyed
Fields§
§target_id: TargetIdTrait Implementations§
Source§impl Clone for TargetDestroyedParams
impl Clone for TargetDestroyedParams
Source§fn clone(&self) -> TargetDestroyedParams
fn clone(&self) -> TargetDestroyedParams
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 TargetDestroyedParams
impl Debug for TargetDestroyedParams
Source§impl<'de> Deserialize<'de> for TargetDestroyedParams
impl<'de> Deserialize<'de> for TargetDestroyedParams
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
Source§impl PartialEq for TargetDestroyedParams
impl PartialEq for TargetDestroyedParams
Source§impl Serialize for TargetDestroyedParams
impl Serialize for TargetDestroyedParams
impl StructuralPartialEq for TargetDestroyedParams
Auto Trait Implementations§
impl Freeze for TargetDestroyedParams
impl RefUnwindSafe for TargetDestroyedParams
impl Send for TargetDestroyedParams
impl Sync for TargetDestroyedParams
impl Unpin for TargetDestroyedParams
impl UnsafeUnpin for TargetDestroyedParams
impl UnwindSafe for TargetDestroyedParams
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