pub struct GcpCloudBuildHeartbeatData { /* private fields */ }Implementations§
Source§impl GcpCloudBuildHeartbeatData
impl GcpCloudBuildHeartbeatData
pub fn build_config_id<T>(self, value: T) -> Self
pub fn environment_variable_count<T>(self, value: T) -> Self
pub fn location<T>(self, value: T) -> Self
pub fn project_id<T>(self, value: T) -> Self
pub fn service_account<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait 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 Default for GcpCloudBuildHeartbeatData
impl Default for GcpCloudBuildHeartbeatData
Source§impl From<GcpCloudBuildHeartbeatData> for GcpCloudBuildHeartbeatData
impl From<GcpCloudBuildHeartbeatData> for GcpCloudBuildHeartbeatData
Source§fn from(value: GcpCloudBuildHeartbeatData) -> Self
fn from(value: GcpCloudBuildHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpCloudBuildHeartbeatData> for GcpCloudBuildHeartbeatData
impl TryFrom<GcpCloudBuildHeartbeatData> for GcpCloudBuildHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GcpCloudBuildHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: GcpCloudBuildHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
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