Struct nextest_metadata::BuildPlatformsSummary
source · pub struct BuildPlatformsSummary {
pub host: HostPlatformSummary,
pub targets: Vec<TargetPlatformSummary>,
}
Expand description
Serialized representation of the host and the target platform.
Fields§
§host: HostPlatformSummary
The host platform used while compiling the Rust artifacts.
targets: Vec<TargetPlatformSummary>
The target platforms used while compiling the Rust artifacts.
With current versions of nextest, this will contain at most one element.
Trait Implementations§
source§impl Clone for BuildPlatformsSummary
impl Clone for BuildPlatformsSummary
source§fn clone(&self) -> BuildPlatformsSummary
fn clone(&self) -> BuildPlatformsSummary
Returns a copy of the value. Read more
1.0.0 · 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 BuildPlatformsSummary
impl Debug for BuildPlatformsSummary
source§impl<'de> Deserialize<'de> for BuildPlatformsSummary
impl<'de> Deserialize<'de> for BuildPlatformsSummary
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
source§impl PartialEq for BuildPlatformsSummary
impl PartialEq for BuildPlatformsSummary
source§impl Serialize for BuildPlatformsSummary
impl Serialize for BuildPlatformsSummary
impl Eq for BuildPlatformsSummary
impl StructuralPartialEq for BuildPlatformsSummary
Auto Trait Implementations§
impl Freeze for BuildPlatformsSummary
impl RefUnwindSafe for BuildPlatformsSummary
impl Send for BuildPlatformsSummary
impl Sync for BuildPlatformsSummary
impl Unpin for BuildPlatformsSummary
impl UnwindSafe for BuildPlatformsSummary
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
)