pub struct pullRequests;Trait Implementations§
Source§impl Field for pullRequests
impl Field for pullRequests
impl HasInputField<pullRequests, Vec<JSONObject>> for ReleaseDebugSinkInput
Auto Trait Implementations§
impl Freeze for pullRequests
impl RefUnwindSafe for pullRequests
impl Send for pullRequests
impl Sync for pullRequests
impl Unpin for pullRequests
impl UnwindSafe for pullRequests
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