pub struct threads;Trait Implementations§
impl HasInputField<threads, Option<Vec<Option<DraftPullRequestReviewThread>>>> for AddPullRequestReviewInput
Auto Trait Implementations§
impl Freeze for threads
impl RefUnwindSafe for threads
impl Send for threads
impl Sync for threads
impl Unpin for threads
impl UnwindSafe for threads
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