pub struct DeploymentProtectionRule;
Trait Implementations§
Source§impl HasField<reviewers> for DeploymentProtectionRule
impl HasField<reviewers> for DeploymentProtectionRule
Source§type Type = DeploymentReviewerConnection
type Type = DeploymentReviewerConnection
The schema marker type of this field.
Source§impl HasField<timeout> for DeploymentProtectionRule
impl HasField<timeout> for DeploymentProtectionRule
Source§impl HasField<type> for DeploymentProtectionRule
impl HasField<type> for DeploymentProtectionRule
Source§type Type = DeploymentProtectionRuleType
type Type = DeploymentProtectionRuleType
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DeploymentProtectionRule
impl RefUnwindSafe for DeploymentProtectionRule
impl Send for DeploymentProtectionRule
impl Sync for DeploymentProtectionRule
impl Unpin for DeploymentProtectionRule
impl UnwindSafe for DeploymentProtectionRule
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