Struct aws_sdk_proton::operation::delete_service_template_version::DeleteServiceTemplateVersionOutput
source · #[non_exhaustive]pub struct DeleteServiceTemplateVersionOutput { /* private fields */ }Implementations§
source§impl DeleteServiceTemplateVersionOutput
impl DeleteServiceTemplateVersionOutput
sourcepub fn service_template_version(&self) -> Option<&ServiceTemplateVersion>
pub fn service_template_version(&self) -> Option<&ServiceTemplateVersion>
The detailed data of the service template version being deleted.
source§impl DeleteServiceTemplateVersionOutput
impl DeleteServiceTemplateVersionOutput
sourcepub fn builder() -> DeleteServiceTemplateVersionOutputBuilder
pub fn builder() -> DeleteServiceTemplateVersionOutputBuilder
Creates a new builder-style object to manufacture DeleteServiceTemplateVersionOutput.
Trait Implementations§
source§impl Clone for DeleteServiceTemplateVersionOutput
impl Clone for DeleteServiceTemplateVersionOutput
source§fn clone(&self) -> DeleteServiceTemplateVersionOutput
fn clone(&self) -> DeleteServiceTemplateVersionOutput
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 PartialEq<DeleteServiceTemplateVersionOutput> for DeleteServiceTemplateVersionOutput
impl PartialEq<DeleteServiceTemplateVersionOutput> for DeleteServiceTemplateVersionOutput
source§fn eq(&self, other: &DeleteServiceTemplateVersionOutput) -> bool
fn eq(&self, other: &DeleteServiceTemplateVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteServiceTemplateVersionOutput
impl RequestId for DeleteServiceTemplateVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeleteServiceTemplateVersionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteServiceTemplateVersionOutput
impl Send for DeleteServiceTemplateVersionOutput
impl Sync for DeleteServiceTemplateVersionOutput
impl Unpin for DeleteServiceTemplateVersionOutput
impl UnwindSafe for DeleteServiceTemplateVersionOutput
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