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