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