pub struct triageIssueState;Trait Implementations§
Source§impl Field for triageIssueState
impl Field for triageIssueState
Source§impl HasField<triageIssueState> for Team
impl HasField<triageIssueState> for Team
Source§type Type = Option<WorkflowState>
type Type = Option<WorkflowState>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for triageIssueState
impl RefUnwindSafe for triageIssueState
impl Send for triageIssueState
impl Sync for triageIssueState
impl Unpin for triageIssueState
impl UnwindSafe for triageIssueState
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