pub struct RepositoryRuleset;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryRuleset
impl HasField<__typename> for RepositoryRuleset
Source§impl HasField<bypassActors> for RepositoryRuleset
impl HasField<bypassActors> for RepositoryRuleset
Source§type Type = Option<RepositoryRulesetBypassActorConnection>
type Type = Option<RepositoryRulesetBypassActorConnection>
The schema marker type of this field.
Source§impl HasField<bypassMode> for RepositoryRuleset
impl HasField<bypassMode> for RepositoryRuleset
Source§type Type = RuleBypassMode
type Type = RuleBypassMode
The schema marker type of this field.
Source§impl HasField<conditions> for RepositoryRuleset
impl HasField<conditions> for RepositoryRuleset
Source§type Type = RepositoryRuleConditions
type Type = RepositoryRuleConditions
The schema marker type of this field.
Source§impl HasField<createdAt> for RepositoryRuleset
impl HasField<createdAt> for RepositoryRuleset
Source§impl HasField<databaseId> for RepositoryRuleset
impl HasField<databaseId> for RepositoryRuleset
Source§impl HasField<enforcement> for RepositoryRuleset
impl HasField<enforcement> for RepositoryRuleset
Source§type Type = RuleEnforcement
type Type = RuleEnforcement
The schema marker type of this field.
Source§impl HasField<id> for RepositoryRuleset
impl HasField<id> for RepositoryRuleset
Source§impl HasField<name> for RepositoryRuleset
impl HasField<name> for RepositoryRuleset
Source§impl HasField<rules> for RepositoryRuleset
impl HasField<rules> for RepositoryRuleset
Source§type Type = Option<RepositoryRuleConnection>
type Type = Option<RepositoryRuleConnection>
The schema marker type of this field.
Source§impl HasField<source> for RepositoryRuleset
impl HasField<source> for RepositoryRuleset
Source§type Type = RuleSource
type Type = RuleSource
The schema marker type of this field.
Source§impl HasField<target> for RepositoryRuleset
impl HasField<target> for RepositoryRuleset
Source§type Type = Option<RepositoryRulesetTarget>
type Type = Option<RepositoryRulesetTarget>
The schema marker type of this field.
Source§impl HasField<updatedAt> for RepositoryRuleset
impl HasField<updatedAt> for RepositoryRuleset
Source§impl NamedType for RepositoryRuleset
impl NamedType for RepositoryRuleset
impl HasSubtype<RepositoryRuleset> for Node
Auto Trait Implementations§
impl Freeze for RepositoryRuleset
impl RefUnwindSafe for RepositoryRuleset
impl Send for RepositoryRuleset
impl Sync for RepositoryRuleset
impl Unpin for RepositoryRuleset
impl UnwindSafe for RepositoryRuleset
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