Enum stepflow_data::BaseValue [−][src]
The base store for Value. All values must support storing and retrieving data as one of these types.
Variants
String(String)Boolean(bool)Float(f64)Trait Implementations
impl From<Cow<'static, str>> for BaseValue[src]
impl From<String> for BaseValue[src]
impl From<bool> for BaseValue[src]
impl From<f64> for BaseValue[src]
impl PartialEq<BaseValue> for BaseValue[src]
impl StructuralPartialEq for BaseValue[src]
Auto Trait Implementations
impl RefUnwindSafe for BaseValue[src]
impl Send for BaseValue[src]
impl Sync for BaseValue[src]
impl Unpin for BaseValue[src]
impl UnwindSafe for BaseValue[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsAny for T where
T: Any, [src]
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,