pub struct updateRepositoryRuleset;
Trait Implementations§
Source§impl Field for updateRepositoryRuleset
impl Field for updateRepositoryRuleset
Source§impl HasArgument<input> for updateRepositoryRuleset
impl HasArgument<input> for updateRepositoryRuleset
Source§type ArgumentType = UpdateRepositoryRulesetInput
type ArgumentType = UpdateRepositoryRulesetInput
The schema marker type of this argument.
Source§impl HasField<updateRepositoryRuleset> for Mutation
impl HasField<updateRepositoryRuleset> for Mutation
Source§type Type = Option<UpdateRepositoryRulesetPayload>
type Type = Option<UpdateRepositoryRulesetPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateRepositoryRuleset
impl RefUnwindSafe for updateRepositoryRuleset
impl Send for updateRepositoryRuleset
impl Sync for updateRepositoryRuleset
impl Unpin for updateRepositoryRuleset
impl UnwindSafe for updateRepositoryRuleset
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