#[non_exhaustive]pub struct PhysicalResourceIdContextKeyValuePair { /* private fields */ }Expand description
Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.
Implementations
sourceimpl PhysicalResourceIdContextKeyValuePair
impl PhysicalResourceIdContextKeyValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PhysicalResourceIdContextKeyValuePair.
Trait Implementations
sourceimpl Clone for PhysicalResourceIdContextKeyValuePair
impl Clone for PhysicalResourceIdContextKeyValuePair
sourcefn clone(&self) -> PhysicalResourceIdContextKeyValuePair
fn clone(&self) -> PhysicalResourceIdContextKeyValuePair
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<PhysicalResourceIdContextKeyValuePair> for PhysicalResourceIdContextKeyValuePair
impl PartialEq<PhysicalResourceIdContextKeyValuePair> for PhysicalResourceIdContextKeyValuePair
sourcefn eq(&self, other: &PhysicalResourceIdContextKeyValuePair) -> bool
fn eq(&self, other: &PhysicalResourceIdContextKeyValuePair) -> bool
impl StructuralPartialEq for PhysicalResourceIdContextKeyValuePair
Auto Trait Implementations
impl RefUnwindSafe for PhysicalResourceIdContextKeyValuePair
impl Send for PhysicalResourceIdContextKeyValuePair
impl Sync for PhysicalResourceIdContextKeyValuePair
impl Unpin for PhysicalResourceIdContextKeyValuePair
impl UnwindSafe for PhysicalResourceIdContextKeyValuePair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more