Skip to main content

VmmTestsBuiltArtifacts

Struct VmmTestsBuiltArtifacts 

Source
pub struct VmmTestsBuiltArtifacts {
Show 21 fields pub flowey_hvlite: Option<ReadVar<FloweyHvliteOutput>>, pub nextest_vmm_tests_archive: Option<ReadVar<NextestVmmTestsArchive>>, pub incubator: Option<ReadVar<IncubatorOutput>>, pub prep_steps: Option<ReadVar<PrepStepsOutput>>, pub test_igvm_agent_rpc_server: Option<ReadVar<TestIgvmAgentRpcServerOutput>>, pub openvmm: Option<ReadVar<OpenvmmOutput>>, pub openvmm_vhost: Option<ReadVar<OpenvmmVhostOutput>>, pub pipette_windows: Option<ReadVar<PipetteOutput>>, pub pipette_linux_musl: Option<ReadVar<PipetteOutput>>, pub guest_test_uefi: Option<ReadVar<GuestTestUefiOutput>>, pub openhcl_standard: Option<ReadVar<OpenhclIgvmOutput>>, pub openhcl_standard_dev: Option<ReadVar<OpenhclIgvmOutput>>, pub openhcl_cvm: Option<ReadVar<OpenhclIgvmOutput>>, pub openhcl_linux_direct: Option<ReadVar<OpenhclIgvmOutput>>, pub tmks: Option<ReadVar<TmksOutput>>, pub tmk_vmm: Option<ReadVar<TmkVmmOutput>>, pub tmk_vmm_linux_musl: Option<ReadVar<TmkVmmOutput>>, pub vmgstool: Option<ReadVar<VmgstoolOutput>>, pub vmgstool_dev: Option<ReadVar<VmgstoolOutput>>, pub tpm_guest_tests_windows: Option<ReadVar<TpmGuestTestsOutput>>, pub tpm_guest_tests_linux: Option<ReadVar<TpmGuestTestsOutput>>,
}

Fields§

§flowey_hvlite: Option<ReadVar<FloweyHvliteOutput>>§nextest_vmm_tests_archive: Option<ReadVar<NextestVmmTestsArchive>>§incubator: Option<ReadVar<IncubatorOutput>>§prep_steps: Option<ReadVar<PrepStepsOutput>>§test_igvm_agent_rpc_server: Option<ReadVar<TestIgvmAgentRpcServerOutput>>§openvmm: Option<ReadVar<OpenvmmOutput>>§openvmm_vhost: Option<ReadVar<OpenvmmVhostOutput>>§pipette_windows: Option<ReadVar<PipetteOutput>>§pipette_linux_musl: Option<ReadVar<PipetteOutput>>§guest_test_uefi: Option<ReadVar<GuestTestUefiOutput>>§openhcl_standard: Option<ReadVar<OpenhclIgvmOutput>>§openhcl_standard_dev: Option<ReadVar<OpenhclIgvmOutput>>§openhcl_cvm: Option<ReadVar<OpenhclIgvmOutput>>§openhcl_linux_direct: Option<ReadVar<OpenhclIgvmOutput>>§tmks: Option<ReadVar<TmksOutput>>§tmk_vmm: Option<ReadVar<TmkVmmOutput>>§tmk_vmm_linux_musl: Option<ReadVar<TmkVmmOutput>>§vmgstool: Option<ReadVar<VmgstoolOutput>>§vmgstool_dev: Option<ReadVar<VmgstoolOutput>>§tpm_guest_tests_windows: Option<ReadVar<TpmGuestTestsOutput>>§tpm_guest_tests_linux: Option<ReadVar<TpmGuestTestsOutput>>

Trait Implementations§

Source§

impl Default for VmmTestsBuiltArtifacts

Source§

fn default() -> VmmTestsBuiltArtifacts

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for VmmTestsBuiltArtifacts

Source§

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 Serialize for VmmTestsBuiltArtifacts

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,