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