Struct stepflow_data::value::ValidVal[][src]

pub struct ValidVal { /* fields omitted */ }

Implementations

impl ValidVal[src]

pub fn try_new(
    val: Box<dyn Value>,
    validate_with: &Box<dyn Var + Send + Sync>
) -> Result<Self, InvalidValue>
[src]

pub fn get_val(&self) -> &Box<dyn Value>[src]

Trait Implementations

impl Clone for ValidVal[src]

impl Debug for ValidVal[src]

impl PartialEq<ValidVal> for ValidVal[src]

Auto Trait Implementations

impl !RefUnwindSafe for ValidVal

impl Send for ValidVal

impl Sync for ValidVal

impl Unpin for ValidVal

impl !UnwindSafe for ValidVal

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsAny for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.