pub struct DeleteRepositoryRulesetInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for DeleteRepositoryRulesetInput
impl HasInputField<repositoryRulesetId, Id> for DeleteRepositoryRulesetInput
impl InputObjectMarker for DeleteRepositoryRulesetInput
Auto Trait Implementations§
impl Freeze for DeleteRepositoryRulesetInput
impl RefUnwindSafe for DeleteRepositoryRulesetInput
impl Send for DeleteRepositoryRulesetInput
impl Sync for DeleteRepositoryRulesetInput
impl Unpin for DeleteRepositoryRulesetInput
impl UnwindSafe for DeleteRepositoryRulesetInput
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