pub struct MotionTraceEvent {
pub package: String,
pub phase: String,
pub route: String,
pub cache_key: String,
pub decision: String,
}Fields§
§package: String§phase: String§route: String§cache_key: String§decision: StringTrait Implementations§
Source§impl Clone for MotionTraceEvent
impl Clone for MotionTraceEvent
Source§fn clone(&self) -> MotionTraceEvent
fn clone(&self) -> MotionTraceEvent
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 MotionTraceEvent
impl Debug for MotionTraceEvent
Source§impl<'de> Deserialize<'de> for MotionTraceEvent
impl<'de> Deserialize<'de> for MotionTraceEvent
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
impl Eq for MotionTraceEvent
Source§impl PartialEq for MotionTraceEvent
impl PartialEq for MotionTraceEvent
Source§fn eq(&self, other: &MotionTraceEvent) -> bool
fn eq(&self, other: &MotionTraceEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MotionTraceEvent
impl Serialize for MotionTraceEvent
impl StructuralPartialEq for MotionTraceEvent
Auto Trait Implementations§
impl Freeze for MotionTraceEvent
impl RefUnwindSafe for MotionTraceEvent
impl Send for MotionTraceEvent
impl Sync for MotionTraceEvent
impl Unpin for MotionTraceEvent
impl UnsafeUnpin for MotionTraceEvent
impl UnwindSafe for MotionTraceEvent
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