pub struct DataCollectedEventParams {}Trait Implementations§
Source§impl Clone for DataCollectedEventParams
impl Clone for DataCollectedEventParams
Source§fn clone(&self) -> DataCollectedEventParams
fn clone(&self) -> DataCollectedEventParams
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 DataCollectedEventParams
impl Debug for DataCollectedEventParams
Source§impl<'de> Deserialize<'de> for DataCollectedEventParams
impl<'de> Deserialize<'de> for DataCollectedEventParams
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 DataCollectedEventParams
impl PartialEq for DataCollectedEventParams
Source§impl Serialize for DataCollectedEventParams
impl Serialize for DataCollectedEventParams
impl StructuralPartialEq for DataCollectedEventParams
Auto Trait Implementations§
impl Freeze for DataCollectedEventParams
impl RefUnwindSafe for DataCollectedEventParams
impl Send for DataCollectedEventParams
impl Sync for DataCollectedEventParams
impl Unpin for DataCollectedEventParams
impl UnwindSafe for DataCollectedEventParams
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