pub struct _RulesetInfo {
pub id: String,
pub name: String,
pub enforcement: RuleEnforcement,
pub target: Option<RepositoryRulesetTarget>,
pub conditions: RulesetInfoConditions,
}Fields§
§id: String§name: String§enforcement: RuleEnforcement§target: Option<RepositoryRulesetTarget>§conditions: RulesetInfoConditionsTrait Implementations§
Source§impl Debug for _RulesetInfo
impl Debug for _RulesetInfo
Source§impl<'de> Deserialize<'de> for _RulesetInfo
impl<'de> Deserialize<'de> for _RulesetInfo
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 _RulesetInfo
impl RefUnwindSafe for _RulesetInfo
impl Send for _RulesetInfo
impl Sync for _RulesetInfo
impl Unpin for _RulesetInfo
impl UnsafeUnpin for _RulesetInfo
impl UnwindSafe for _RulesetInfo
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