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
Auto Trait Implementations§
impl Freeze for ReportsChan
impl !RefUnwindSafe for ReportsChan
impl Send for ReportsChan
impl !Sync for ReportsChan
impl Unpin for ReportsChan
impl UnwindSafe for ReportsChan
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