pub enum StepRunHint {
Inline,
Worker,
}Variants§
Trait Implementations§
Source§impl Clone for StepRunHint
impl Clone for StepRunHint
Source§fn clone(&self) -> StepRunHint
fn clone(&self) -> StepRunHint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StepRunHint
impl Debug for StepRunHint
Source§impl<'de> Deserialize<'de> for StepRunHint
impl<'de> Deserialize<'de> for StepRunHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StepRunHint
impl PartialEq for StepRunHint
Source§impl Serialize for StepRunHint
impl Serialize for StepRunHint
impl Copy for StepRunHint
impl Eq for StepRunHint
impl StructuralPartialEq for StepRunHint
Auto Trait Implementations§
impl Freeze for StepRunHint
impl RefUnwindSafe for StepRunHint
impl Send for StepRunHint
impl Sync for StepRunHint
impl Unpin for StepRunHint
impl UnsafeUnpin for StepRunHint
impl UnwindSafe for StepRunHint
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