pub struct TargetDestroyedEventParams {
pub target_id: TargetId,
}Fields§
§target_id: TargetIdTrait Implementations§
Source§impl Clone for TargetDestroyedEventParams
impl Clone for TargetDestroyedEventParams
Source§fn clone(&self) -> TargetDestroyedEventParams
fn clone(&self) -> TargetDestroyedEventParams
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 TargetDestroyedEventParams
impl Debug for TargetDestroyedEventParams
Source§impl<'de> Deserialize<'de> for TargetDestroyedEventParams
impl<'de> Deserialize<'de> for TargetDestroyedEventParams
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 StructuralPartialEq for TargetDestroyedEventParams
Auto Trait Implementations§
impl Freeze for TargetDestroyedEventParams
impl RefUnwindSafe for TargetDestroyedEventParams
impl Send for TargetDestroyedEventParams
impl Sync for TargetDestroyedEventParams
impl Unpin for TargetDestroyedEventParams
impl UnwindSafe for TargetDestroyedEventParams
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