pub struct rules;
Trait Implementations§
Source§impl HasArgument<after> for rules
impl HasArgument<after> for rules
Source§impl HasArgument<before> for rules
impl HasArgument<before> for rules
Source§impl HasArgument<first> for rules
impl HasArgument<first> for rules
Source§impl HasArgument<last> for rules
impl HasArgument<last> for rules
Source§impl HasArgument<type> for rules
impl HasArgument<type> for rules
Source§type ArgumentType = Option<RepositoryRuleType>
type ArgumentType = Option<RepositoryRuleType>
The schema marker type of this argument.
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.
Auto Trait Implementations§
impl Freeze for rules
impl RefUnwindSafe for rules
impl Send for rules
impl Sync for rules
impl Unpin for rules
impl UnwindSafe for rules
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