pub struct RustNonTestBinarySummary {
pub name: String,
pub kind: RustNonTestBinaryKind,
pub path: Utf8PathBuf,
}
Expand description
A non-test Rust binary. Used to set the correct environment variables in reused builds.
Fields§
§name: String
The name of the binary.
kind: RustNonTestBinaryKind
The kind of binary this is.
path: Utf8PathBuf
The path to the binary, relative to the target directory.
Trait Implementations§
source§impl Clone for RustNonTestBinarySummary
impl Clone for RustNonTestBinarySummary
source§fn clone(&self) -> RustNonTestBinarySummary
fn clone(&self) -> RustNonTestBinarySummary
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 RustNonTestBinarySummary
impl Debug for RustNonTestBinarySummary
source§impl<'de> Deserialize<'de> for RustNonTestBinarySummary
impl<'de> Deserialize<'de> for RustNonTestBinarySummary
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 Ord for RustNonTestBinarySummary
impl Ord for RustNonTestBinarySummary
source§fn cmp(&self, other: &RustNonTestBinarySummary) -> Ordering
fn cmp(&self, other: &RustNonTestBinarySummary) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RustNonTestBinarySummary
impl PartialEq for RustNonTestBinarySummary
source§impl PartialOrd for RustNonTestBinarySummary
impl PartialOrd for RustNonTestBinarySummary
source§impl Serialize for RustNonTestBinarySummary
impl Serialize for RustNonTestBinarySummary
impl Eq for RustNonTestBinarySummary
impl StructuralPartialEq for RustNonTestBinarySummary
Auto Trait Implementations§
impl Freeze for RustNonTestBinarySummary
impl RefUnwindSafe for RustNonTestBinarySummary
impl Send for RustNonTestBinarySummary
impl Sync for RustNonTestBinarySummary
impl Unpin for RustNonTestBinarySummary
impl UnwindSafe for RustNonTestBinarySummary
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
)