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