pub struct ApiReposDisableDeploymentProtectionRulePath {
pub environment_name: String,
pub repo: String,
pub owner: String,
pub protection_rule_id: i64,
}Fields§
§environment_name: String§repo: String§owner: String§protection_rule_id: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for ApiReposDisableDeploymentProtectionRulePath
impl<'de> Deserialize<'de> for ApiReposDisableDeploymentProtectionRulePath
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 Freeze for ApiReposDisableDeploymentProtectionRulePath
impl RefUnwindSafe for ApiReposDisableDeploymentProtectionRulePath
impl Send for ApiReposDisableDeploymentProtectionRulePath
impl Sync for ApiReposDisableDeploymentProtectionRulePath
impl Unpin for ApiReposDisableDeploymentProtectionRulePath
impl UnsafeUnpin for ApiReposDisableDeploymentProtectionRulePath
impl UnwindSafe for ApiReposDisableDeploymentProtectionRulePath
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