pub struct CaptureBundle {
pub capture_version: String,
pub graph_id: GraphId,
pub config: Constraints,
pub events: Vec<ExternalEventRecord>,
pub decisions: Vec<EpisodeInvocationRecord>,
pub adapter_provenance: String,
pub runtime_provenance: String,
pub egress_provenance: Option<String>,
}Fields§
§capture_version: String§graph_id: GraphId§config: Constraints§events: Vec<ExternalEventRecord>§decisions: Vec<EpisodeInvocationRecord>§adapter_provenance: String§runtime_provenance: String§egress_provenance: Option<String>Trait Implementations§
Source§impl Clone for CaptureBundle
impl Clone for CaptureBundle
Source§fn clone(&self) -> CaptureBundle
fn clone(&self) -> CaptureBundle
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 CaptureBundle
impl Debug for CaptureBundle
Source§impl<'de> Deserialize<'de> for CaptureBundle
impl<'de> Deserialize<'de> for CaptureBundle
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 CaptureBundle
impl RefUnwindSafe for CaptureBundle
impl Send for CaptureBundle
impl Sync for CaptureBundle
impl Unpin for CaptureBundle
impl UnsafeUnpin for CaptureBundle
impl UnwindSafe for CaptureBundle
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