pub struct DeleteResourcesByExternalIdInput {
pub external_id: Option<String>,
}Fields§
§external_id: Option<String>The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
Trait Implementations§
Source§impl Clone for DeleteResourcesByExternalIdInput
impl Clone for DeleteResourcesByExternalIdInput
Source§fn clone(&self) -> DeleteResourcesByExternalIdInput
fn clone(&self) -> DeleteResourcesByExternalIdInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeleteResourcesByExternalIdInput
impl Default for DeleteResourcesByExternalIdInput
Source§fn default() -> DeleteResourcesByExternalIdInput
fn default() -> DeleteResourcesByExternalIdInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteResourcesByExternalIdInput
impl PartialEq for DeleteResourcesByExternalIdInput
Source§fn eq(&self, other: &DeleteResourcesByExternalIdInput) -> bool
fn eq(&self, other: &DeleteResourcesByExternalIdInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteResourcesByExternalIdInput
Auto Trait Implementations§
impl Freeze for DeleteResourcesByExternalIdInput
impl RefUnwindSafe for DeleteResourcesByExternalIdInput
impl Send for DeleteResourcesByExternalIdInput
impl Sync for DeleteResourcesByExternalIdInput
impl Unpin for DeleteResourcesByExternalIdInput
impl UnwindSafe for DeleteResourcesByExternalIdInput
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