Struct github_webhook::payload_types::BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
source · pub struct BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview {
pub from: BranchProtectionRuleBoolean,
}
Fields§
§from: BranchProtectionRuleBoolean
Trait Implementations§
source§impl<'de> Deserialize<'de> for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
impl<'de> Deserialize<'de> for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
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
Auto Trait Implementations§
impl RefUnwindSafe for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
impl Send for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
impl Sync for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
impl Unpin for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
impl UnwindSafe for BranchProtectionRuleEditedEventChangesRequireCodeOwnerReview
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