Struct stepflow_data::value::EmailValue [−][src]
Implementations
impl EmailValue[src]
pub fn try_new<STR>(val: STR) -> Result<Self, InvalidValue> where
STR: Into<Cow<'static, str>>, [src]
STR: Into<Cow<'static, str>>,
pub fn validate(val: &Cow<'static, str>) -> Result<(), InvalidValue>[src]
pub fn val(&self) -> &str[src]
pub fn boxed(self) -> Box<dyn Value>[src]
Trait Implementations
impl Clone for EmailValue[src]
fn clone(&self) -> EmailValue[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for EmailValue[src]
impl FromStr for EmailValue[src]
type Err = InvalidValue
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>[src]
impl PartialEq<EmailValue> for EmailValue[src]
fn eq(&self, other: &EmailValue) -> bool[src]
fn ne(&self, other: &EmailValue) -> bool[src]
impl StructuralPartialEq for EmailValue[src]
impl Value for EmailValue[src]
Auto Trait Implementations
impl RefUnwindSafe for EmailValue[src]
impl Send for EmailValue[src]
impl Sync for EmailValue[src]
impl Unpin for EmailValue[src]
impl UnwindSafe for EmailValue[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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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>,