pub struct GetApprovalRuleTemplateOutput {
pub approval_rule_template: ApprovalRuleTemplate,
}Fields§
§approval_rule_template: ApprovalRuleTemplateThe content and structure of the approval rule template.
Trait Implementations§
Source§impl Clone for GetApprovalRuleTemplateOutput
impl Clone for GetApprovalRuleTemplateOutput
Source§fn clone(&self) -> GetApprovalRuleTemplateOutput
fn clone(&self) -> GetApprovalRuleTemplateOutput
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 GetApprovalRuleTemplateOutput
impl Default for GetApprovalRuleTemplateOutput
Source§fn default() -> GetApprovalRuleTemplateOutput
fn default() -> GetApprovalRuleTemplateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetApprovalRuleTemplateOutput
impl<'de> Deserialize<'de> for GetApprovalRuleTemplateOutput
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 GetApprovalRuleTemplateOutput
impl PartialEq for GetApprovalRuleTemplateOutput
Source§fn eq(&self, other: &GetApprovalRuleTemplateOutput) -> bool
fn eq(&self, other: &GetApprovalRuleTemplateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetApprovalRuleTemplateOutput
Auto Trait Implementations§
impl Freeze for GetApprovalRuleTemplateOutput
impl RefUnwindSafe for GetApprovalRuleTemplateOutput
impl Send for GetApprovalRuleTemplateOutput
impl Sync for GetApprovalRuleTemplateOutput
impl Unpin for GetApprovalRuleTemplateOutput
impl UnwindSafe for GetApprovalRuleTemplateOutput
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