pub struct GcpCloudBuildHeartbeatData {
pub status: BuildHeartbeatStatus,
pub project_id: String,
pub location: String,
pub build_config_id: String,
pub service_account: Option<String>,
pub environment_variable_count: u32,
}Fields§
§status: BuildHeartbeatStatus§project_id: String§location: String§build_config_id: String§service_account: Option<String>§environment_variable_count: u32Trait Implementations§
Source§impl Clone for GcpCloudBuildHeartbeatData
impl Clone for GcpCloudBuildHeartbeatData
Source§fn clone(&self) -> GcpCloudBuildHeartbeatData
fn clone(&self) -> GcpCloudBuildHeartbeatData
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 GcpCloudBuildHeartbeatData
impl Debug for GcpCloudBuildHeartbeatData
Source§impl<'de> Deserialize<'de> for GcpCloudBuildHeartbeatData
impl<'de> Deserialize<'de> for GcpCloudBuildHeartbeatData
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 GcpCloudBuildHeartbeatData
impl PartialEq for GcpCloudBuildHeartbeatData
Source§fn eq(&self, other: &GcpCloudBuildHeartbeatData) -> bool
fn eq(&self, other: &GcpCloudBuildHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GcpCloudBuildHeartbeatData
Auto Trait Implementations§
impl Freeze for GcpCloudBuildHeartbeatData
impl RefUnwindSafe for GcpCloudBuildHeartbeatData
impl Send for GcpCloudBuildHeartbeatData
impl Sync for GcpCloudBuildHeartbeatData
impl Unpin for GcpCloudBuildHeartbeatData
impl UnsafeUnpin for GcpCloudBuildHeartbeatData
impl UnwindSafe for GcpCloudBuildHeartbeatData
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