Struct aws_sdk_codecommit::operation::update_approval_rule_template_description::UpdateApprovalRuleTemplateDescriptionInput
source · #[non_exhaustive]pub struct UpdateApprovalRuleTemplateDescriptionInput {
pub approval_rule_template_name: Option<String>,
pub approval_rule_template_description: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.approval_rule_template_name: Option<String>The name of the template for which you want to update the description.
approval_rule_template_description: Option<String>The updated description of the approval rule template.
Implementations§
source§impl UpdateApprovalRuleTemplateDescriptionInput
impl UpdateApprovalRuleTemplateDescriptionInput
sourcepub fn approval_rule_template_name(&self) -> Option<&str>
pub fn approval_rule_template_name(&self) -> Option<&str>
The name of the template for which you want to update the description.
sourcepub fn approval_rule_template_description(&self) -> Option<&str>
pub fn approval_rule_template_description(&self) -> Option<&str>
The updated description of the approval rule template.
source§impl UpdateApprovalRuleTemplateDescriptionInput
impl UpdateApprovalRuleTemplateDescriptionInput
sourcepub fn builder() -> UpdateApprovalRuleTemplateDescriptionInputBuilder
pub fn builder() -> UpdateApprovalRuleTemplateDescriptionInputBuilder
Creates a new builder-style object to manufacture UpdateApprovalRuleTemplateDescriptionInput.
Trait Implementations§
source§impl Clone for UpdateApprovalRuleTemplateDescriptionInput
impl Clone for UpdateApprovalRuleTemplateDescriptionInput
source§fn clone(&self) -> UpdateApprovalRuleTemplateDescriptionInput
fn clone(&self) -> UpdateApprovalRuleTemplateDescriptionInput
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 for UpdateApprovalRuleTemplateDescriptionInput
impl PartialEq for UpdateApprovalRuleTemplateDescriptionInput
source§fn eq(&self, other: &UpdateApprovalRuleTemplateDescriptionInput) -> bool
fn eq(&self, other: &UpdateApprovalRuleTemplateDescriptionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateApprovalRuleTemplateDescriptionInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateApprovalRuleTemplateDescriptionInput
impl Send for UpdateApprovalRuleTemplateDescriptionInput
impl Sync for UpdateApprovalRuleTemplateDescriptionInput
impl Unpin for UpdateApprovalRuleTemplateDescriptionInput
impl UnwindSafe for UpdateApprovalRuleTemplateDescriptionInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.