Struct profile_traits::mem::ReportsChan
source · pub struct ReportsChan(pub IpcSender<Vec<Report>>);
Expand description
A channel through which memory reports can be sent.
Tuple Fields§
§0: IpcSender<Vec<Report>>
Implementations§
Trait Implementations§
source§impl Clone for ReportsChan
impl Clone for ReportsChan
source§fn clone(&self) -> ReportsChan
fn clone(&self) -> ReportsChan
Returns a copy 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 ReportsChan
impl Debug for ReportsChan
source§impl<'de> Deserialize<'de> for ReportsChan
impl<'de> Deserialize<'de> for ReportsChan
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