pub struct DeletePullRequestApprovalRuleOutput {
pub approval_rule_id: String,
}Fields§
§approval_rule_id: StringThe ID of the deleted approval rule.
If the approval rule was deleted in an earlier API call, the response is 200 OK without content.
Trait Implementations§
Source§impl Clone for DeletePullRequestApprovalRuleOutput
impl Clone for DeletePullRequestApprovalRuleOutput
Source§fn clone(&self) -> DeletePullRequestApprovalRuleOutput
fn clone(&self) -> DeletePullRequestApprovalRuleOutput
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 DeletePullRequestApprovalRuleOutput
impl Default for DeletePullRequestApprovalRuleOutput
Source§fn default() -> DeletePullRequestApprovalRuleOutput
fn default() -> DeletePullRequestApprovalRuleOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeletePullRequestApprovalRuleOutput
impl<'de> Deserialize<'de> for DeletePullRequestApprovalRuleOutput
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 DeletePullRequestApprovalRuleOutput
impl PartialEq for DeletePullRequestApprovalRuleOutput
Source§fn eq(&self, other: &DeletePullRequestApprovalRuleOutput) -> bool
fn eq(&self, other: &DeletePullRequestApprovalRuleOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeletePullRequestApprovalRuleOutput
Auto Trait Implementations§
impl Freeze for DeletePullRequestApprovalRuleOutput
impl RefUnwindSafe for DeletePullRequestApprovalRuleOutput
impl Send for DeletePullRequestApprovalRuleOutput
impl Sync for DeletePullRequestApprovalRuleOutput
impl Unpin for DeletePullRequestApprovalRuleOutput
impl UnwindSafe for DeletePullRequestApprovalRuleOutput
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