pub struct TraceSeq {
pub vantage_point: VantagePoint,
pub title: Option<String>,
pub description: Option<String>,
pub configuration: Option<Configuration>,
pub common_fields: Option<CommonFields>,
}
Fields§
§vantage_point: VantagePoint
§title: Option<String>
§description: Option<String>
§configuration: Option<Configuration>
§common_fields: Option<CommonFields>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TraceSeq
impl<'de> Deserialize<'de> for TraceSeq
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 StructuralPartialEq for TraceSeq
Auto Trait Implementations§
impl Freeze for TraceSeq
impl RefUnwindSafe for TraceSeq
impl Send for TraceSeq
impl Sync for TraceSeq
impl Unpin for TraceSeq
impl UnwindSafe for TraceSeq
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)