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