pub enum HasStepKey {
Str(String),
T(T),
}
Variants§
Trait Implementations§
Source§impl Into<HasStepKey> for &str
impl Into<HasStepKey> for &str
Source§fn into(self) -> HasStepKey
fn into(self) -> HasStepKey
Converts this type into the (usually inferred) input type.
Source§impl Into<HasStepKey> for String
impl Into<HasStepKey> for String
Source§fn into(self) -> HasStepKey
fn into(self) -> HasStepKey
Converts this type into the (usually inferred) input type.
Source§impl Into<HasStepKey> for T
impl Into<HasStepKey> for T
Source§fn into(self) -> HasStepKey
fn into(self) -> HasStepKey
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for HasStepKey
impl RefUnwindSafe for HasStepKey
impl Send for HasStepKey
impl Sync for HasStepKey
impl Unpin for HasStepKey
impl UnwindSafe for HasStepKey
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