pub struct UpdateRepositoryRulesetInput;
Trait Implementations§
impl HasInputField<bypassActorIds, Option<Vec<Id>>> for UpdateRepositoryRulesetInput
impl HasInputField<bypassMode, Option<RuleBypassMode>> for UpdateRepositoryRulesetInput
impl HasInputField<clientMutationId, Option<String>> for UpdateRepositoryRulesetInput
impl HasInputField<conditions, Option<RepositoryRuleConditionsInput>> for UpdateRepositoryRulesetInput
impl HasInputField<enforcement, Option<RuleEnforcement>> for UpdateRepositoryRulesetInput
impl HasInputField<name, Option<String>> for UpdateRepositoryRulesetInput
impl HasInputField<repositoryRulesetId, Id> for UpdateRepositoryRulesetInput
impl HasInputField<rules, Option<Vec<RepositoryRuleInput>>> for UpdateRepositoryRulesetInput
impl HasInputField<target, Option<RepositoryRulesetTarget>> for UpdateRepositoryRulesetInput
impl InputObjectMarker for UpdateRepositoryRulesetInput
Auto Trait Implementations§
impl Freeze for UpdateRepositoryRulesetInput
impl RefUnwindSafe for UpdateRepositoryRulesetInput
impl Send for UpdateRepositoryRulesetInput
impl Sync for UpdateRepositoryRulesetInput
impl Unpin for UpdateRepositoryRulesetInput
impl UnwindSafe for UpdateRepositoryRulesetInput
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