pub struct rulesets;
Trait Implementations§
Source§impl HasArgument<after> for rulesets
impl HasArgument<after> for rulesets
Source§impl HasArgument<before> for rulesets
impl HasArgument<before> for rulesets
Source§impl HasArgument<first> for rulesets
impl HasArgument<first> for rulesets
Source§impl HasArgument<includeParents> for rulesets
impl HasArgument<includeParents> for rulesets
Source§impl HasArgument<last> for rulesets
impl HasArgument<last> for rulesets
Source§impl HasField<rulesets> for Repository
impl HasField<rulesets> for Repository
Source§type Type = Option<RepositoryRulesetConnection>
type Type = Option<RepositoryRulesetConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for rulesets
impl RefUnwindSafe for rulesets
impl Send for rulesets
impl Sync for rulesets
impl Unpin for rulesets
impl UnwindSafe for rulesets
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