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