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