pub struct DeploymentProtectionRuleRequested { /* private fields */ }
Implementations§
Source§impl DeploymentProtectionRuleRequested
impl DeploymentProtectionRuleRequested
pub fn action<T>(self, value: T) -> Self
pub fn deployment<T>(self, value: T) -> Self
pub fn deployment_callback_url<T>(self, value: T) -> Self
pub fn environment<T>(self, value: T) -> Self
pub fn event<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn pull_requests<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DeploymentProtectionRuleRequested
impl Clone for DeploymentProtectionRuleRequested
Source§fn clone(&self) -> DeploymentProtectionRuleRequested
fn clone(&self) -> DeploymentProtectionRuleRequested
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 From<DeploymentProtectionRuleRequested> for DeploymentProtectionRuleRequested
impl From<DeploymentProtectionRuleRequested> for DeploymentProtectionRuleRequested
Source§fn from(value: DeploymentProtectionRuleRequested) -> Self
fn from(value: DeploymentProtectionRuleRequested) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeploymentProtectionRuleRequested
impl RefUnwindSafe for DeploymentProtectionRuleRequested
impl Send for DeploymentProtectionRuleRequested
impl Sync for DeploymentProtectionRuleRequested
impl Unpin for DeploymentProtectionRuleRequested
impl UnwindSafe for DeploymentProtectionRuleRequested
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