pub struct stateReason;Trait Implementations§
Source§impl Field for stateReason
impl Field for stateReason
impl HasInputField<stateReason, Option<IssueClosedStateReason>> for CloseIssueInput
Auto Trait Implementations§
impl Freeze for stateReason
impl RefUnwindSafe for stateReason
impl Send for stateReason
impl Sync for stateReason
impl Unpin for stateReason
impl UnwindSafe for stateReason
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