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