pub struct AwsEcrArtifactRegistryHeartbeatData { /* private fields */ }Implementations§
Source§impl AwsEcrArtifactRegistryHeartbeatData
impl AwsEcrArtifactRegistryHeartbeatData
pub fn pull_role_arn<T>(self, value: T) -> Self
pub fn push_role_arn<T>(self, value: T) -> Self
pub fn region<T>(self, value: T) -> Self
pub fn registry_id<T>(self, value: T) -> Self
pub fn registry_uri<T>(self, value: T) -> Self
pub fn repositories<T>(self, value: T) -> Self
pub fn repositories_truncated<T>(self, value: T) -> Self
pub fn repository_count<T>(self, value: T) -> Self
pub fn repository_prefix<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AwsEcrArtifactRegistryHeartbeatData
impl Clone for AwsEcrArtifactRegistryHeartbeatData
Source§fn clone(&self) -> AwsEcrArtifactRegistryHeartbeatData
fn clone(&self) -> AwsEcrArtifactRegistryHeartbeatData
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<AwsEcrArtifactRegistryHeartbeatData> for AwsEcrArtifactRegistryHeartbeatData
impl From<AwsEcrArtifactRegistryHeartbeatData> for AwsEcrArtifactRegistryHeartbeatData
Source§fn from(value: AwsEcrArtifactRegistryHeartbeatData) -> Self
fn from(value: AwsEcrArtifactRegistryHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AwsEcrArtifactRegistryHeartbeatData> for AwsEcrArtifactRegistryHeartbeatData
impl TryFrom<AwsEcrArtifactRegistryHeartbeatData> for AwsEcrArtifactRegistryHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: AwsEcrArtifactRegistryHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: AwsEcrArtifactRegistryHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AwsEcrArtifactRegistryHeartbeatData
impl RefUnwindSafe for AwsEcrArtifactRegistryHeartbeatData
impl Send for AwsEcrArtifactRegistryHeartbeatData
impl Sync for AwsEcrArtifactRegistryHeartbeatData
impl Unpin for AwsEcrArtifactRegistryHeartbeatData
impl UnsafeUnpin for AwsEcrArtifactRegistryHeartbeatData
impl UnwindSafe for AwsEcrArtifactRegistryHeartbeatData
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