pub struct DeleteProjectResult {
pub project_arn: Option<String>,
pub stack_id: Option<String>,
}
Fields§
§project_arn: Option<String>
The Amazon Resource Name (ARN) of the deleted project.
stack_id: Option<String>
The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.
Trait Implementations§
Source§impl Clone for DeleteProjectResult
impl Clone for DeleteProjectResult
Source§fn clone(&self) -> DeleteProjectResult
fn clone(&self) -> DeleteProjectResult
Returns a copy 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 Debug for DeleteProjectResult
impl Debug for DeleteProjectResult
Source§impl Default for DeleteProjectResult
impl Default for DeleteProjectResult
Source§fn default() -> DeleteProjectResult
fn default() -> DeleteProjectResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteProjectResult
impl<'de> Deserialize<'de> for DeleteProjectResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteProjectResult
impl PartialEq for DeleteProjectResult
impl StructuralPartialEq for DeleteProjectResult
Auto Trait Implementations§
impl Freeze for DeleteProjectResult
impl RefUnwindSafe for DeleteProjectResult
impl Send for DeleteProjectResult
impl Sync for DeleteProjectResult
impl Unpin for DeleteProjectResult
impl UnwindSafe for DeleteProjectResult
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