pub struct AssociateApprovalRuleTemplateWithRepositoryInput {
pub approval_rule_template_name: String,
pub repository_name: String,
}Fields§
§approval_rule_template_name: StringThe name for the approval rule template.
repository_name: StringThe name of the repository that you want to associate with the template.
Trait Implementations§
Source§impl Clone for AssociateApprovalRuleTemplateWithRepositoryInput
impl Clone for AssociateApprovalRuleTemplateWithRepositoryInput
Source§fn clone(&self) -> AssociateApprovalRuleTemplateWithRepositoryInput
fn clone(&self) -> AssociateApprovalRuleTemplateWithRepositoryInput
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 AssociateApprovalRuleTemplateWithRepositoryInput
impl Default for AssociateApprovalRuleTemplateWithRepositoryInput
Source§fn default() -> AssociateApprovalRuleTemplateWithRepositoryInput
fn default() -> AssociateApprovalRuleTemplateWithRepositoryInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateApprovalRuleTemplateWithRepositoryInput
impl PartialEq for AssociateApprovalRuleTemplateWithRepositoryInput
Source§fn eq(&self, other: &AssociateApprovalRuleTemplateWithRepositoryInput) -> bool
fn eq(&self, other: &AssociateApprovalRuleTemplateWithRepositoryInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateApprovalRuleTemplateWithRepositoryInput
Auto Trait Implementations§
impl Freeze for AssociateApprovalRuleTemplateWithRepositoryInput
impl RefUnwindSafe for AssociateApprovalRuleTemplateWithRepositoryInput
impl Send for AssociateApprovalRuleTemplateWithRepositoryInput
impl Sync for AssociateApprovalRuleTemplateWithRepositoryInput
impl Unpin for AssociateApprovalRuleTemplateWithRepositoryInput
impl UnwindSafe for AssociateApprovalRuleTemplateWithRepositoryInput
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