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