pub struct BuildPlatformEvidence {
pub platform: String,
pub hosted: bool,
pub ephemeral: bool,
pub isolated: bool,
pub runner_labels: Vec<String>,
pub signing_key_isolated: bool,
}Expand description
Build platform evidence for Build Track L2+.
Fields§
§platform: String§hosted: bool§ephemeral: bool§isolated: bool§runner_labels: Vec<String>§signing_key_isolated: boolTrait Implementations§
Source§impl Clone for BuildPlatformEvidence
impl Clone for BuildPlatformEvidence
Source§fn clone(&self) -> BuildPlatformEvidence
fn clone(&self) -> BuildPlatformEvidence
Returns a duplicate 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 BuildPlatformEvidence
impl Debug for BuildPlatformEvidence
Source§impl<'de> Deserialize<'de> for BuildPlatformEvidence
impl<'de> Deserialize<'de> for BuildPlatformEvidence
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 BuildPlatformEvidence
impl PartialEq for BuildPlatformEvidence
Source§impl Serialize for BuildPlatformEvidence
impl Serialize for BuildPlatformEvidence
impl Eq for BuildPlatformEvidence
impl StructuralPartialEq for BuildPlatformEvidence
Auto Trait Implementations§
impl Freeze for BuildPlatformEvidence
impl RefUnwindSafe for BuildPlatformEvidence
impl Send for BuildPlatformEvidence
impl Sync for BuildPlatformEvidence
impl Unpin for BuildPlatformEvidence
impl UnsafeUnpin for BuildPlatformEvidence
impl UnwindSafe for BuildPlatformEvidence
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