pub struct SignalPerformance {
pub guard_check: Option<GuardCheckPerformance>,
pub guard_execution: Option<GuardExecutionPerformance>,
}Expand description
SignalPerformance.
Fields§
§guard_check: Option<GuardCheckPerformance>§guard_execution: Option<GuardExecutionPerformance>Trait Implementations§
Source§impl Clone for SignalPerformance
impl Clone for SignalPerformance
Source§fn clone(&self) -> SignalPerformance
fn clone(&self) -> SignalPerformance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SignalPerformance
impl Debug for SignalPerformance
Source§impl<'de> Deserialize<'de> for SignalPerformance
impl<'de> Deserialize<'de> for SignalPerformance
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 SignalPerformance
impl PartialEq for SignalPerformance
Source§fn eq(&self, other: &SignalPerformance) -> bool
fn eq(&self, other: &SignalPerformance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SignalPerformance
impl Serialize for SignalPerformance
impl StructuralPartialEq for SignalPerformance
Auto Trait Implementations§
impl Freeze for SignalPerformance
impl RefUnwindSafe for SignalPerformance
impl Send for SignalPerformance
impl Sync for SignalPerformance
impl Unpin for SignalPerformance
impl UnsafeUnpin for SignalPerformance
impl UnwindSafe for SignalPerformance
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