pub struct GcpArtifactRegistryHeartbeatData { /* private fields */ }Implementations§
Source§impl GcpArtifactRegistryHeartbeatData
impl GcpArtifactRegistryHeartbeatData
pub fn cleanup_policy_count<T>(self, value: T) -> Self
pub fn cleanup_policy_dry_run<T>(self, value: T) -> Self
pub fn create_time<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn format<T>(self, value: T) -> Self
pub fn iam_binding_count<T>(self, value: T) -> Self
pub fn iam_policy_etag_present<T>(self, value: T) -> Self
pub fn iam_roles<T>(self, value: T) -> Self
pub fn kms_key_name_present<T>(self, value: T) -> Self
pub fn label_count<T>(self, value: T) -> Self
pub fn location<T>(self, value: T) -> Self
pub fn mode<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn project_id<T>(self, value: T) -> Self
pub fn pull_service_account_email<T>(self, value: T) -> Self
pub fn push_service_account_email<T>(self, value: T) -> Self
pub fn repository_id<T>(self, value: T) -> Self
pub fn satisfies_pzs<T>(self, value: T) -> Self
pub fn size_bytes<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn update_time<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GcpArtifactRegistryHeartbeatData
impl Clone for GcpArtifactRegistryHeartbeatData
Source§fn clone(&self) -> GcpArtifactRegistryHeartbeatData
fn clone(&self) -> GcpArtifactRegistryHeartbeatData
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 From<GcpArtifactRegistryHeartbeatData> for GcpArtifactRegistryHeartbeatData
impl From<GcpArtifactRegistryHeartbeatData> for GcpArtifactRegistryHeartbeatData
Source§fn from(value: GcpArtifactRegistryHeartbeatData) -> Self
fn from(value: GcpArtifactRegistryHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GcpArtifactRegistryHeartbeatData> for GcpArtifactRegistryHeartbeatData
impl TryFrom<GcpArtifactRegistryHeartbeatData> for GcpArtifactRegistryHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: GcpArtifactRegistryHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: GcpArtifactRegistryHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GcpArtifactRegistryHeartbeatData
impl RefUnwindSafe for GcpArtifactRegistryHeartbeatData
impl Send for GcpArtifactRegistryHeartbeatData
impl Sync for GcpArtifactRegistryHeartbeatData
impl Unpin for GcpArtifactRegistryHeartbeatData
impl UnsafeUnpin for GcpArtifactRegistryHeartbeatData
impl UnwindSafe for GcpArtifactRegistryHeartbeatData
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