pub struct TargetCreatedParams {
pub target_info: TargetInfo,
}Expand description
Issued when a possible inspection target is created. targetCreated
Fields§
§target_info: TargetInfoTrait Implementations§
Source§impl Clone for TargetCreatedParams
impl Clone for TargetCreatedParams
Source§fn clone(&self) -> TargetCreatedParams
fn clone(&self) -> TargetCreatedParams
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 TargetCreatedParams
impl Debug for TargetCreatedParams
Source§impl<'de> Deserialize<'de> for TargetCreatedParams
impl<'de> Deserialize<'de> for TargetCreatedParams
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 TargetCreatedParams
impl PartialEq for TargetCreatedParams
Source§impl Serialize for TargetCreatedParams
impl Serialize for TargetCreatedParams
impl StructuralPartialEq for TargetCreatedParams
Auto Trait Implementations§
impl Freeze for TargetCreatedParams
impl RefUnwindSafe for TargetCreatedParams
impl Send for TargetCreatedParams
impl Sync for TargetCreatedParams
impl Unpin for TargetCreatedParams
impl UnsafeUnpin for TargetCreatedParams
impl UnwindSafe for TargetCreatedParams
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