pub struct BuildRecipeIdentityV1 {Show 15 fields
pub recipe_id: String,
pub source_kind: RoleArtifactSourceKindV1,
pub source_revision: String,
pub source_tree_clean: bool,
pub package_or_role_selector: String,
pub cargo_profile: String,
pub cargo_features_digest: String,
pub cargo_lock_digest: String,
pub rust_toolchain: String,
pub builder_version: String,
pub target_triple: String,
pub linker_identity: String,
pub deterministic_build_mode: String,
pub wasm_opt_version: String,
pub compression_identity: String,
}Expand description
BuildRecipeIdentityV1
Fields§
§recipe_id: String§source_kind: RoleArtifactSourceKindV1§source_revision: String§source_tree_clean: bool§package_or_role_selector: String§cargo_profile: String§cargo_features_digest: String§cargo_lock_digest: String§rust_toolchain: String§builder_version: String§target_triple: String§linker_identity: String§deterministic_build_mode: String§wasm_opt_version: String§compression_identity: StringTrait Implementations§
Source§impl Clone for BuildRecipeIdentityV1
impl Clone for BuildRecipeIdentityV1
Source§fn clone(&self) -> BuildRecipeIdentityV1
fn clone(&self) -> BuildRecipeIdentityV1
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 BuildRecipeIdentityV1
impl Debug for BuildRecipeIdentityV1
Source§impl<'de> Deserialize<'de> for BuildRecipeIdentityV1
impl<'de> Deserialize<'de> for BuildRecipeIdentityV1
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 BuildRecipeIdentityV1
impl PartialEq for BuildRecipeIdentityV1
Source§fn eq(&self, other: &BuildRecipeIdentityV1) -> bool
fn eq(&self, other: &BuildRecipeIdentityV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BuildRecipeIdentityV1
impl Serialize for BuildRecipeIdentityV1
impl Eq for BuildRecipeIdentityV1
impl StructuralPartialEq for BuildRecipeIdentityV1
Auto Trait Implementations§
impl Freeze for BuildRecipeIdentityV1
impl RefUnwindSafe for BuildRecipeIdentityV1
impl Send for BuildRecipeIdentityV1
impl Sync for BuildRecipeIdentityV1
impl Unpin for BuildRecipeIdentityV1
impl UnsafeUnpin for BuildRecipeIdentityV1
impl UnwindSafe for BuildRecipeIdentityV1
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