devboy-github 0.31.1

GitHub provider for devboy-tools — implements IssueProvider, MergeRequestProvider, and Provider against the GitHub REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
pub mod devboy_github
pub mod devboy_github::enricher
pub struct devboy_github::enricher::GitHubSchemaEnricher
impl devboy_core::enricher::ToolEnricher for devboy_github::enricher::GitHubSchemaEnricher
pub fn devboy_github::enricher::GitHubSchemaEnricher::enrich_schema(&self, tool_name: &str, schema: &mut devboy_core::enricher::ToolSchema)
pub fn devboy_github::enricher::GitHubSchemaEnricher::rate_limit_host(&self, _tool_name: &str, _args: &serde_json::value::Value) -> core::option::Option<alloc::string::String>
pub fn devboy_github::enricher::GitHubSchemaEnricher::supported_categories(&self) -> &[devboy_core::tool_category::ToolCategory]
pub fn devboy_github::enricher::GitHubSchemaEnricher::transform_args(&self, tool_name: &str, args: &mut serde_json::value::Value)
pub fn devboy_github::enricher::GitHubSchemaEnricher::value_model(&self, tool_name: &str) -> core::option::Option<devboy_core::tool_value_model::ToolValueModel>
impl core::marker::Freeze for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::Send for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::Sync for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::Unpin for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::UnsafeUnpin for devboy_github::enricher::GitHubSchemaEnricher
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::enricher::GitHubSchemaEnricher
impl core::panic::unwind_safe::UnwindSafe for devboy_github::enricher::GitHubSchemaEnricher
pub mod devboy_github::liveness
pub struct devboy_github::CreateCommentRequest
pub devboy_github::CreateCommentRequest::body: alloc::string::String
impl core::clone::Clone for devboy_github::CreateCommentRequest
pub fn devboy_github::CreateCommentRequest::clone(&self) -> devboy_github::CreateCommentRequest
impl core::fmt::Debug for devboy_github::CreateCommentRequest
pub fn devboy_github::CreateCommentRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::CreateCommentRequest
pub fn devboy_github::CreateCommentRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl core::marker::Freeze for devboy_github::CreateCommentRequest
impl core::marker::Send for devboy_github::CreateCommentRequest
impl core::marker::Sync for devboy_github::CreateCommentRequest
impl core::marker::Unpin for devboy_github::CreateCommentRequest
impl core::marker::UnsafeUnpin for devboy_github::CreateCommentRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::CreateCommentRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::CreateCommentRequest
pub struct devboy_github::CreateIssueRequest
pub devboy_github::CreateIssueRequest::assignees: alloc::vec::Vec<alloc::string::String>
pub devboy_github::CreateIssueRequest::body: core::option::Option<alloc::string::String>
pub devboy_github::CreateIssueRequest::labels: alloc::vec::Vec<alloc::string::String>
pub devboy_github::CreateIssueRequest::title: alloc::string::String
impl core::clone::Clone for devboy_github::CreateIssueRequest
pub fn devboy_github::CreateIssueRequest::clone(&self) -> devboy_github::CreateIssueRequest
impl core::fmt::Debug for devboy_github::CreateIssueRequest
pub fn devboy_github::CreateIssueRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::CreateIssueRequest
pub fn devboy_github::CreateIssueRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl core::marker::Freeze for devboy_github::CreateIssueRequest
impl core::marker::Send for devboy_github::CreateIssueRequest
impl core::marker::Sync for devboy_github::CreateIssueRequest
impl core::marker::Unpin for devboy_github::CreateIssueRequest
impl core::marker::UnsafeUnpin for devboy_github::CreateIssueRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::CreateIssueRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::CreateIssueRequest
pub struct devboy_github::CreatePullRequestRequest
pub devboy_github::CreatePullRequestRequest::base: alloc::string::String
pub devboy_github::CreatePullRequestRequest::body: core::option::Option<alloc::string::String>
pub devboy_github::CreatePullRequestRequest::draft: core::option::Option<bool>
pub devboy_github::CreatePullRequestRequest::head: alloc::string::String
pub devboy_github::CreatePullRequestRequest::title: alloc::string::String
impl core::clone::Clone for devboy_github::CreatePullRequestRequest
pub fn devboy_github::CreatePullRequestRequest::clone(&self) -> devboy_github::CreatePullRequestRequest
impl core::fmt::Debug for devboy_github::CreatePullRequestRequest
pub fn devboy_github::CreatePullRequestRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::CreatePullRequestRequest
pub fn devboy_github::CreatePullRequestRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl core::marker::Freeze for devboy_github::CreatePullRequestRequest
impl core::marker::Send for devboy_github::CreatePullRequestRequest
impl core::marker::Sync for devboy_github::CreatePullRequestRequest
impl core::marker::Unpin for devboy_github::CreatePullRequestRequest
impl core::marker::UnsafeUnpin for devboy_github::CreatePullRequestRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::CreatePullRequestRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::CreatePullRequestRequest
pub struct devboy_github::CreateReviewCommentRequest
pub devboy_github::CreateReviewCommentRequest::body: alloc::string::String
pub devboy_github::CreateReviewCommentRequest::commit_id: alloc::string::String
pub devboy_github::CreateReviewCommentRequest::in_reply_to: core::option::Option<u64>
pub devboy_github::CreateReviewCommentRequest::line: core::option::Option<u32>
pub devboy_github::CreateReviewCommentRequest::path: alloc::string::String
pub devboy_github::CreateReviewCommentRequest::side: core::option::Option<alloc::string::String>
impl core::clone::Clone for devboy_github::CreateReviewCommentRequest
pub fn devboy_github::CreateReviewCommentRequest::clone(&self) -> devboy_github::CreateReviewCommentRequest
impl core::fmt::Debug for devboy_github::CreateReviewCommentRequest
pub fn devboy_github::CreateReviewCommentRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::CreateReviewCommentRequest
pub fn devboy_github::CreateReviewCommentRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl core::marker::Freeze for devboy_github::CreateReviewCommentRequest
impl core::marker::Send for devboy_github::CreateReviewCommentRequest
impl core::marker::Sync for devboy_github::CreateReviewCommentRequest
impl core::marker::Unpin for devboy_github::CreateReviewCommentRequest
impl core::marker::UnsafeUnpin for devboy_github::CreateReviewCommentRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::CreateReviewCommentRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::CreateReviewCommentRequest
pub struct devboy_github::GitHubBranchRef
pub devboy_github::GitHubBranchRef::ref_name: alloc::string::String
pub devboy_github::GitHubBranchRef::sha: alloc::string::String
impl core::clone::Clone for devboy_github::GitHubBranchRef
pub fn devboy_github::GitHubBranchRef::clone(&self) -> devboy_github::GitHubBranchRef
impl core::fmt::Debug for devboy_github::GitHubBranchRef
pub fn devboy_github::GitHubBranchRef::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubBranchRef
pub fn devboy_github::GitHubBranchRef::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubBranchRef
pub fn devboy_github::GitHubBranchRef::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubBranchRef
impl core::marker::Send for devboy_github::GitHubBranchRef
impl core::marker::Sync for devboy_github::GitHubBranchRef
impl core::marker::Unpin for devboy_github::GitHubBranchRef
impl core::marker::UnsafeUnpin for devboy_github::GitHubBranchRef
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubBranchRef
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubBranchRef
pub struct devboy_github::GitHubClient
impl devboy_github::GitHubClient
pub fn devboy_github::GitHubClient::base_url(&self) -> &str
pub fn devboy_github::GitHubClient::http_client(&self) -> &reqwest::async_impl::client::Client
pub fn devboy_github::GitHubClient::new(owner: impl core::convert::Into<alloc::string::String>, repo: impl core::convert::Into<alloc::string::String>, token: secrecy::SecretString) -> Self
pub fn devboy_github::GitHubClient::with_base_url(base_url: impl core::convert::Into<alloc::string::String>, owner: impl core::convert::Into<alloc::string::String>, repo: impl core::convert::Into<alloc::string::String>, token: secrecy::SecretString) -> Self
impl devboy_core::liveness::LivenessProbe for devboy_github::GitHubClient
pub fn devboy_github::GitHubClient::provider_name(&self) -> &str
pub fn devboy_github::GitHubClient::test<'life0, 'life1, 'async_trait>(&'life0 self, token: &'life1 secrecy::SecretString) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::liveness::LivenessResult>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
impl devboy_core::provider::IssueProvider for devboy_github::GitHubClient
pub fn devboy_github::GitHubClient::add_comment<'life0, 'life1, 'life2, 'async_trait>(&'life0 self, issue_key: &'life1 str, body: &'life2 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::Comment>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait, 'life2: 'async_trait
pub fn devboy_github::GitHubClient::asset_capabilities(&self) -> devboy_core::asset::AssetCapabilities
pub fn devboy_github::GitHubClient::create_issue<'life0, 'async_trait>(&'life0 self, input: devboy_core::types::CreateIssueInput) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::Issue>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait
pub fn devboy_github::GitHubClient::download_attachment<'life0, 'life1, 'life2, 'async_trait>(&'life0 self, _issue_key: &'life1 str, asset_id: &'life2 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<alloc::vec::Vec<u8>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait, 'life2: 'async_trait
pub fn devboy_github::GitHubClient::get_comments<'life0, 'life1, 'async_trait>(&'life0 self, issue_key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::ProviderResult<devboy_core::types::Comment>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_issue<'life0, 'life1, 'async_trait>(&'life0 self, key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::Issue>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_issue_attachments<'life0, 'life1, 'async_trait>(&'life0 self, issue_key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<alloc::vec::Vec<devboy_core::asset::AssetMeta>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_issues<'life0, 'async_trait>(&'life0 self, filter: devboy_core::types::IssueFilter) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::ProviderResult<devboy_core::types::Issue>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait
pub fn devboy_github::GitHubClient::provider_name(&self) -> &'static str
pub fn devboy_github::GitHubClient::update_issue<'life0, 'life1, 'async_trait>(&'life0 self, key: &'life1 str, input: devboy_core::types::UpdateIssueInput) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::Issue>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
impl devboy_core::provider::MergeRequestProvider for devboy_github::GitHubClient
pub fn devboy_github::GitHubClient::add_comment<'life0, 'life1, 'async_trait>(&'life0 self, mr_key: &'life1 str, input: devboy_core::types::CreateCommentInput) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::Comment>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::create_merge_request<'life0, 'async_trait>(&'life0 self, input: devboy_core::types::CreateMergeRequestInput) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::MergeRequest>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait
pub fn devboy_github::GitHubClient::download_mr_attachment<'life0, 'life1, 'life2, 'async_trait>(&'life0 self, _mr_key: &'life1 str, asset_id: &'life2 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<alloc::vec::Vec<u8>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait, 'life2: 'async_trait
pub fn devboy_github::GitHubClient::get_diffs<'life0, 'life1, 'async_trait>(&'life0 self, mr_key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::ProviderResult<devboy_core::types::FileDiff>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_discussions<'life0, 'life1, 'async_trait>(&'life0 self, mr_key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::ProviderResult<devboy_core::types::Discussion>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_merge_request<'life0, 'life1, 'async_trait>(&'life0 self, key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::MergeRequest>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_merge_requests<'life0, 'async_trait>(&'life0 self, filter: devboy_core::types::MrFilter) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::ProviderResult<devboy_core::types::MergeRequest>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait
pub fn devboy_github::GitHubClient::get_mr_attachments<'life0, 'life1, 'async_trait>(&'life0 self, mr_key: &'life1 str) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<alloc::vec::Vec<devboy_core::asset::AssetMeta>>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::provider_name(&self) -> &'static str
pub fn devboy_github::GitHubClient::update_merge_request<'life0, 'life1, 'async_trait>(&'life0 self, key: &'life1 str, input: devboy_core::types::UpdateMergeRequestInput) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::MergeRequest>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
impl devboy_core::provider::PipelineProvider for devboy_github::GitHubClient
pub fn devboy_github::GitHubClient::get_job_logs<'life0, 'life1, 'async_trait>(&'life0 self, job_id: &'life1 str, options: devboy_core::types::JobLogOptions) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::JobLogOutput>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait
pub fn devboy_github::GitHubClient::get_pipeline<'life0, 'async_trait>(&'life0 self, input: devboy_core::types::GetPipelineInput) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::PipelineInfo>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait
pub fn devboy_github::GitHubClient::provider_name(&self) -> &'static str
impl devboy_core::provider::Provider for devboy_github::GitHubClient
pub fn devboy_github::GitHubClient::get_current_user<'life0, 'async_trait>(&'life0 self) -> core::pin::Pin<alloc::boxed::Box<(dyn core::future::future::Future<Output = devboy_core::error::Result<devboy_core::types::User>> + core::marker::Send + 'async_trait)>> where Self: 'async_trait, 'life0: 'async_trait
impl core::marker::Freeze for devboy_github::GitHubClient
impl core::marker::Send for devboy_github::GitHubClient
impl core::marker::Sync for devboy_github::GitHubClient
impl core::marker::Unpin for devboy_github::GitHubClient
impl core::marker::UnsafeUnpin for devboy_github::GitHubClient
impl !core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubClient
impl !core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubClient
pub struct devboy_github::GitHubComment
pub devboy_github::GitHubComment::body: alloc::string::String
pub devboy_github::GitHubComment::created_at: alloc::string::String
pub devboy_github::GitHubComment::id: u64
pub devboy_github::GitHubComment::updated_at: core::option::Option<alloc::string::String>
pub devboy_github::GitHubComment::user: core::option::Option<devboy_github::GitHubUser>
impl core::clone::Clone for devboy_github::GitHubComment
pub fn devboy_github::GitHubComment::clone(&self) -> devboy_github::GitHubComment
impl core::fmt::Debug for devboy_github::GitHubComment
pub fn devboy_github::GitHubComment::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubComment
pub fn devboy_github::GitHubComment::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubComment
pub fn devboy_github::GitHubComment::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubComment
impl core::marker::Send for devboy_github::GitHubComment
impl core::marker::Sync for devboy_github::GitHubComment
impl core::marker::Unpin for devboy_github::GitHubComment
impl core::marker::UnsafeUnpin for devboy_github::GitHubComment
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubComment
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubComment
pub struct devboy_github::GitHubFile
pub devboy_github::GitHubFile::additions: u32
pub devboy_github::GitHubFile::changes: u32
pub devboy_github::GitHubFile::deletions: u32
pub devboy_github::GitHubFile::filename: alloc::string::String
pub devboy_github::GitHubFile::patch: core::option::Option<alloc::string::String>
pub devboy_github::GitHubFile::previous_filename: core::option::Option<alloc::string::String>
pub devboy_github::GitHubFile::sha: alloc::string::String
pub devboy_github::GitHubFile::status: alloc::string::String
impl core::clone::Clone for devboy_github::GitHubFile
pub fn devboy_github::GitHubFile::clone(&self) -> devboy_github::GitHubFile
impl core::fmt::Debug for devboy_github::GitHubFile
pub fn devboy_github::GitHubFile::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubFile
pub fn devboy_github::GitHubFile::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubFile
pub fn devboy_github::GitHubFile::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubFile
impl core::marker::Send for devboy_github::GitHubFile
impl core::marker::Sync for devboy_github::GitHubFile
impl core::marker::Unpin for devboy_github::GitHubFile
impl core::marker::UnsafeUnpin for devboy_github::GitHubFile
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubFile
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubFile
pub struct devboy_github::GitHubIssue
pub devboy_github::GitHubIssue::assignees: alloc::vec::Vec<devboy_github::GitHubUser>
pub devboy_github::GitHubIssue::body: core::option::Option<alloc::string::String>
pub devboy_github::GitHubIssue::closed_at: core::option::Option<alloc::string::String>
pub devboy_github::GitHubIssue::created_at: alloc::string::String
pub devboy_github::GitHubIssue::html_url: alloc::string::String
pub devboy_github::GitHubIssue::id: u64
pub devboy_github::GitHubIssue::labels: alloc::vec::Vec<devboy_github::GitHubLabel>
pub devboy_github::GitHubIssue::number: u64
pub devboy_github::GitHubIssue::pull_request: core::option::Option<serde_json::value::Value>
pub devboy_github::GitHubIssue::state: alloc::string::String
pub devboy_github::GitHubIssue::title: alloc::string::String
pub devboy_github::GitHubIssue::updated_at: alloc::string::String
pub devboy_github::GitHubIssue::user: core::option::Option<devboy_github::GitHubUser>
impl core::clone::Clone for devboy_github::GitHubIssue
pub fn devboy_github::GitHubIssue::clone(&self) -> devboy_github::GitHubIssue
impl core::fmt::Debug for devboy_github::GitHubIssue
pub fn devboy_github::GitHubIssue::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubIssue
pub fn devboy_github::GitHubIssue::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubIssue
pub fn devboy_github::GitHubIssue::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubIssue
impl core::marker::Send for devboy_github::GitHubIssue
impl core::marker::Sync for devboy_github::GitHubIssue
impl core::marker::Unpin for devboy_github::GitHubIssue
impl core::marker::UnsafeUnpin for devboy_github::GitHubIssue
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubIssue
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubIssue
pub struct devboy_github::GitHubLabel
pub devboy_github::GitHubLabel::color: core::option::Option<alloc::string::String>
pub devboy_github::GitHubLabel::description: core::option::Option<alloc::string::String>
pub devboy_github::GitHubLabel::id: u64
pub devboy_github::GitHubLabel::name: alloc::string::String
impl core::clone::Clone for devboy_github::GitHubLabel
pub fn devboy_github::GitHubLabel::clone(&self) -> devboy_github::GitHubLabel
impl core::fmt::Debug for devboy_github::GitHubLabel
pub fn devboy_github::GitHubLabel::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubLabel
pub fn devboy_github::GitHubLabel::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubLabel
pub fn devboy_github::GitHubLabel::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubLabel
impl core::marker::Send for devboy_github::GitHubLabel
impl core::marker::Sync for devboy_github::GitHubLabel
impl core::marker::Unpin for devboy_github::GitHubLabel
impl core::marker::UnsafeUnpin for devboy_github::GitHubLabel
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubLabel
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubLabel
pub struct devboy_github::GitHubPullRequest
pub devboy_github::GitHubPullRequest::assignees: alloc::vec::Vec<devboy_github::GitHubUser>
pub devboy_github::GitHubPullRequest::base: devboy_github::GitHubBranchRef
pub devboy_github::GitHubPullRequest::body: core::option::Option<alloc::string::String>
pub devboy_github::GitHubPullRequest::created_at: alloc::string::String
pub devboy_github::GitHubPullRequest::draft: bool
pub devboy_github::GitHubPullRequest::head: devboy_github::GitHubBranchRef
pub devboy_github::GitHubPullRequest::html_url: alloc::string::String
pub devboy_github::GitHubPullRequest::id: u64
pub devboy_github::GitHubPullRequest::labels: alloc::vec::Vec<devboy_github::GitHubLabel>
pub devboy_github::GitHubPullRequest::merged: bool
pub devboy_github::GitHubPullRequest::merged_at: core::option::Option<alloc::string::String>
pub devboy_github::GitHubPullRequest::number: u64
pub devboy_github::GitHubPullRequest::requested_reviewers: alloc::vec::Vec<devboy_github::GitHubUser>
pub devboy_github::GitHubPullRequest::state: alloc::string::String
pub devboy_github::GitHubPullRequest::title: alloc::string::String
pub devboy_github::GitHubPullRequest::updated_at: alloc::string::String
pub devboy_github::GitHubPullRequest::user: core::option::Option<devboy_github::GitHubUser>
impl core::clone::Clone for devboy_github::GitHubPullRequest
pub fn devboy_github::GitHubPullRequest::clone(&self) -> devboy_github::GitHubPullRequest
impl core::fmt::Debug for devboy_github::GitHubPullRequest
pub fn devboy_github::GitHubPullRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubPullRequest
pub fn devboy_github::GitHubPullRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubPullRequest
pub fn devboy_github::GitHubPullRequest::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubPullRequest
impl core::marker::Send for devboy_github::GitHubPullRequest
impl core::marker::Sync for devboy_github::GitHubPullRequest
impl core::marker::Unpin for devboy_github::GitHubPullRequest
impl core::marker::UnsafeUnpin for devboy_github::GitHubPullRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubPullRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubPullRequest
pub struct devboy_github::GitHubReview
pub devboy_github::GitHubReview::body: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReview::id: u64
pub devboy_github::GitHubReview::state: alloc::string::String
pub devboy_github::GitHubReview::submitted_at: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReview::user: core::option::Option<devboy_github::GitHubUser>
impl core::clone::Clone for devboy_github::GitHubReview
pub fn devboy_github::GitHubReview::clone(&self) -> devboy_github::GitHubReview
impl core::fmt::Debug for devboy_github::GitHubReview
pub fn devboy_github::GitHubReview::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubReview
pub fn devboy_github::GitHubReview::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubReview
pub fn devboy_github::GitHubReview::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubReview
impl core::marker::Send for devboy_github::GitHubReview
impl core::marker::Sync for devboy_github::GitHubReview
impl core::marker::Unpin for devboy_github::GitHubReview
impl core::marker::UnsafeUnpin for devboy_github::GitHubReview
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubReview
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubReview
pub struct devboy_github::GitHubReviewComment
pub devboy_github::GitHubReviewComment::body: alloc::string::String
pub devboy_github::GitHubReviewComment::commit_id: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReviewComment::created_at: alloc::string::String
pub devboy_github::GitHubReviewComment::diff_hunk: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReviewComment::id: u64
pub devboy_github::GitHubReviewComment::in_reply_to_id: core::option::Option<u64>
pub devboy_github::GitHubReviewComment::line: core::option::Option<u32>
pub devboy_github::GitHubReviewComment::original_commit_id: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReviewComment::original_line: core::option::Option<u32>
pub devboy_github::GitHubReviewComment::path: alloc::string::String
pub devboy_github::GitHubReviewComment::position: core::option::Option<u32>
pub devboy_github::GitHubReviewComment::side: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReviewComment::updated_at: core::option::Option<alloc::string::String>
pub devboy_github::GitHubReviewComment::user: core::option::Option<devboy_github::GitHubUser>
impl core::clone::Clone for devboy_github::GitHubReviewComment
pub fn devboy_github::GitHubReviewComment::clone(&self) -> devboy_github::GitHubReviewComment
impl core::fmt::Debug for devboy_github::GitHubReviewComment
pub fn devboy_github::GitHubReviewComment::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubReviewComment
pub fn devboy_github::GitHubReviewComment::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubReviewComment
pub fn devboy_github::GitHubReviewComment::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubReviewComment
impl core::marker::Send for devboy_github::GitHubReviewComment
impl core::marker::Sync for devboy_github::GitHubReviewComment
impl core::marker::Unpin for devboy_github::GitHubReviewComment
impl core::marker::UnsafeUnpin for devboy_github::GitHubReviewComment
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubReviewComment
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubReviewComment
pub struct devboy_github::GitHubSchemaEnricher
impl devboy_core::enricher::ToolEnricher for devboy_github::enricher::GitHubSchemaEnricher
pub fn devboy_github::enricher::GitHubSchemaEnricher::enrich_schema(&self, tool_name: &str, schema: &mut devboy_core::enricher::ToolSchema)
pub fn devboy_github::enricher::GitHubSchemaEnricher::rate_limit_host(&self, _tool_name: &str, _args: &serde_json::value::Value) -> core::option::Option<alloc::string::String>
pub fn devboy_github::enricher::GitHubSchemaEnricher::supported_categories(&self) -> &[devboy_core::tool_category::ToolCategory]
pub fn devboy_github::enricher::GitHubSchemaEnricher::transform_args(&self, tool_name: &str, args: &mut serde_json::value::Value)
pub fn devboy_github::enricher::GitHubSchemaEnricher::value_model(&self, tool_name: &str) -> core::option::Option<devboy_core::tool_value_model::ToolValueModel>
impl core::marker::Freeze for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::Send for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::Sync for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::Unpin for devboy_github::enricher::GitHubSchemaEnricher
impl core::marker::UnsafeUnpin for devboy_github::enricher::GitHubSchemaEnricher
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::enricher::GitHubSchemaEnricher
impl core::panic::unwind_safe::UnwindSafe for devboy_github::enricher::GitHubSchemaEnricher
pub struct devboy_github::GitHubUser
pub devboy_github::GitHubUser::avatar_url: core::option::Option<alloc::string::String>
pub devboy_github::GitHubUser::email: core::option::Option<alloc::string::String>
pub devboy_github::GitHubUser::id: u64
pub devboy_github::GitHubUser::login: alloc::string::String
pub devboy_github::GitHubUser::name: core::option::Option<alloc::string::String>
impl core::clone::Clone for devboy_github::GitHubUser
pub fn devboy_github::GitHubUser::clone(&self) -> devboy_github::GitHubUser
impl core::fmt::Debug for devboy_github::GitHubUser
pub fn devboy_github::GitHubUser::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::GitHubUser
pub fn devboy_github::GitHubUser::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl<'de> serde_core::de::Deserialize<'de> for devboy_github::GitHubUser
pub fn devboy_github::GitHubUser::deserialize<__D>(__deserializer: __D) -> core::result::Result<Self, <__D as serde_core::de::Deserializer>::Error> where __D: serde_core::de::Deserializer<'de>
impl core::marker::Freeze for devboy_github::GitHubUser
impl core::marker::Send for devboy_github::GitHubUser
impl core::marker::Sync for devboy_github::GitHubUser
impl core::marker::Unpin for devboy_github::GitHubUser
impl core::marker::UnsafeUnpin for devboy_github::GitHubUser
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::GitHubUser
impl core::panic::unwind_safe::UnwindSafe for devboy_github::GitHubUser
pub struct devboy_github::UpdateIssueRequest
pub devboy_github::UpdateIssueRequest::assignees: core::option::Option<alloc::vec::Vec<alloc::string::String>>
pub devboy_github::UpdateIssueRequest::body: core::option::Option<alloc::string::String>
pub devboy_github::UpdateIssueRequest::labels: core::option::Option<alloc::vec::Vec<alloc::string::String>>
pub devboy_github::UpdateIssueRequest::state: core::option::Option<alloc::string::String>
pub devboy_github::UpdateIssueRequest::title: core::option::Option<alloc::string::String>
impl core::clone::Clone for devboy_github::UpdateIssueRequest
pub fn devboy_github::UpdateIssueRequest::clone(&self) -> devboy_github::UpdateIssueRequest
impl core::default::Default for devboy_github::UpdateIssueRequest
pub fn devboy_github::UpdateIssueRequest::default() -> devboy_github::UpdateIssueRequest
impl core::fmt::Debug for devboy_github::UpdateIssueRequest
pub fn devboy_github::UpdateIssueRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::UpdateIssueRequest
pub fn devboy_github::UpdateIssueRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl core::marker::Freeze for devboy_github::UpdateIssueRequest
impl core::marker::Send for devboy_github::UpdateIssueRequest
impl core::marker::Sync for devboy_github::UpdateIssueRequest
impl core::marker::Unpin for devboy_github::UpdateIssueRequest
impl core::marker::UnsafeUnpin for devboy_github::UpdateIssueRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::UpdateIssueRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::UpdateIssueRequest
pub struct devboy_github::UpdatePullRequestRequest
pub devboy_github::UpdatePullRequestRequest::body: core::option::Option<alloc::string::String>
pub devboy_github::UpdatePullRequestRequest::draft: core::option::Option<bool>
pub devboy_github::UpdatePullRequestRequest::state: core::option::Option<alloc::string::String>
pub devboy_github::UpdatePullRequestRequest::title: core::option::Option<alloc::string::String>
impl core::clone::Clone for devboy_github::UpdatePullRequestRequest
pub fn devboy_github::UpdatePullRequestRequest::clone(&self) -> devboy_github::UpdatePullRequestRequest
impl core::default::Default for devboy_github::UpdatePullRequestRequest
pub fn devboy_github::UpdatePullRequestRequest::default() -> devboy_github::UpdatePullRequestRequest
impl core::fmt::Debug for devboy_github::UpdatePullRequestRequest
pub fn devboy_github::UpdatePullRequestRequest::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for devboy_github::UpdatePullRequestRequest
pub fn devboy_github::UpdatePullRequestRequest::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
impl core::marker::Freeze for devboy_github::UpdatePullRequestRequest
impl core::marker::Send for devboy_github::UpdatePullRequestRequest
impl core::marker::Sync for devboy_github::UpdatePullRequestRequest
impl core::marker::Unpin for devboy_github::UpdatePullRequestRequest
impl core::marker::UnsafeUnpin for devboy_github::UpdatePullRequestRequest
impl core::panic::unwind_safe::RefUnwindSafe for devboy_github::UpdatePullRequestRequest
impl core::panic::unwind_safe::UnwindSafe for devboy_github::UpdatePullRequestRequest
pub const devboy_github::DEFAULT_GITHUB_URL: &str