pub struct NativeRuntimeResolution {
pub selected: NativeRuntimeArtifact,
pub source: NativeRuntimeSource,
pub evaluated: Vec<CandidateEvaluation>,
}Fields§
§selected: NativeRuntimeArtifact§source: NativeRuntimeSource§evaluated: Vec<CandidateEvaluation>Trait Implementations§
Source§impl Clone for NativeRuntimeResolution
impl Clone for NativeRuntimeResolution
Source§fn clone(&self) -> NativeRuntimeResolution
fn clone(&self) -> NativeRuntimeResolution
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 NativeRuntimeResolution
impl Debug for NativeRuntimeResolution
Source§impl<'de> Deserialize<'de> for NativeRuntimeResolution
impl<'de> Deserialize<'de> for NativeRuntimeResolution
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 NativeRuntimeResolution
Source§impl PartialEq for NativeRuntimeResolution
impl PartialEq for NativeRuntimeResolution
Source§impl Serialize for NativeRuntimeResolution
impl Serialize for NativeRuntimeResolution
impl StructuralPartialEq for NativeRuntimeResolution
Auto Trait Implementations§
impl Freeze for NativeRuntimeResolution
impl RefUnwindSafe for NativeRuntimeResolution
impl Send for NativeRuntimeResolution
impl Sync for NativeRuntimeResolution
impl Unpin for NativeRuntimeResolution
impl UnsafeUnpin for NativeRuntimeResolution
impl UnwindSafe for NativeRuntimeResolution
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