pub struct IssueStateSpan;Trait Implementations§
Source§impl HasField<__typename> for IssueStateSpan
impl HasField<__typename> for IssueStateSpan
Source§impl HasField<endedAt> for IssueStateSpan
impl HasField<endedAt> for IssueStateSpan
Source§impl HasField<id> for IssueStateSpan
impl HasField<id> for IssueStateSpan
Source§impl HasField<startedAt> for IssueStateSpan
impl HasField<startedAt> for IssueStateSpan
Source§impl HasField<state> for IssueStateSpan
impl HasField<state> for IssueStateSpan
Source§type Type = Option<WorkflowState>
type Type = Option<WorkflowState>
The schema marker type of this field.
Source§impl HasField<stateId> for IssueStateSpan
impl HasField<stateId> for IssueStateSpan
Auto Trait Implementations§
impl Freeze for IssueStateSpan
impl RefUnwindSafe for IssueStateSpan
impl Send for IssueStateSpan
impl Sync for IssueStateSpan
impl Unpin for IssueStateSpan
impl UnwindSafe for IssueStateSpan
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