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