[][src]Trait validators::ValidatedWrapper

pub trait ValidatedWrapper: Validated {
    type Error: Display + PartialEq + Clone + Debug;
    fn from_string(from_string_input: String) -> Result<Self, Self::Error>;
fn from_str(from_str_input: &str) -> Result<Self, Self::Error>; }

Associated Types

Required Methods

Implementors

impl ValidatedWrapper for Base32
[src]

impl ValidatedWrapper for Base64
[src]

impl ValidatedWrapper for Base64Url
[src]

impl ValidatedWrapper for DomainLocalhostableAllowPort
[src]

impl ValidatedWrapper for DomainLocalhostableWithPort
[src]

impl ValidatedWrapper for DomainLocalhostableWithoutPort
[src]

impl ValidatedWrapper for DomainUnlocalhostableAllowPort
[src]

impl ValidatedWrapper for DomainUnlocalhostableWithPort
[src]

impl ValidatedWrapper for DomainUnlocalhostableWithoutPort
[src]

impl ValidatedWrapper for Email
[src]

impl ValidatedWrapper for HostLocalable
[src]

impl ValidatedWrapper for HostUnlocalable
[src]

impl ValidatedWrapper for HttpFtpUrlLocalableWithProtocol
[src]

impl ValidatedWrapper for HttpFtpUrlLocalableWithoutProtocol
[src]

impl ValidatedWrapper for HttpFtpUrlUnlocalableWithProtocol
[src]

impl ValidatedWrapper for HttpFtpUrlUnlocalableWithoutProtocol
[src]

impl ValidatedWrapper for HttpUrlLocalableWithProtocol
[src]

impl ValidatedWrapper for HttpUrlLocalableWithoutProtocol
[src]

impl ValidatedWrapper for HttpUrlUnlocalableWithProtocol
[src]

impl ValidatedWrapper for HttpUrlUnlocalableWithoutProtocol
[src]

impl ValidatedWrapper for IntegerAny
[src]

impl ValidatedWrapper for IntegerGtZero
[src]

impl ValidatedWrapper for IntegerGteZero
[src]

impl ValidatedWrapper for IntegerLtZero
[src]

impl ValidatedWrapper for IntegerLteZero
[src]

impl ValidatedWrapper for IPv4LocalableAllowPort
[src]

impl ValidatedWrapper for IPv4LocalableWithPort
[src]

impl ValidatedWrapper for IPv4LocalableWithoutPort
[src]

impl ValidatedWrapper for IPv4UnlocalableAllowPort
[src]

impl ValidatedWrapper for IPv4UnlocalableWithPort
[src]

impl ValidatedWrapper for IPv4UnlocalableWithoutPort
[src]

impl ValidatedWrapper for IPv6LocalableAllowPort
[src]

impl ValidatedWrapper for IPv6LocalableWithPort
[src]

impl ValidatedWrapper for IPv6LocalableWithoutPort
[src]

impl ValidatedWrapper for IPv6UnlocalableAllowPort
[src]

impl ValidatedWrapper for IPv6UnlocalableWithPort
[src]

impl ValidatedWrapper for IPv6UnlocalableWithoutPort
[src]

impl ValidatedWrapper for JSON
[src]

impl ValidatedWrapper for JSONArray
[src]

impl ValidatedWrapper for JSONObject
[src]

impl ValidatedWrapper for Line
[src]

impl ValidatedWrapper for MacAddressAllowAnyCaseAllowColon
[src]

impl ValidatedWrapper for MacAddressAllowAnyCaseWithColon
[src]

impl ValidatedWrapper for MacAddressAllowAnyCaseWithoutColon
[src]

impl ValidatedWrapper for MacAddressLowerCaseAllowColon
[src]

impl ValidatedWrapper for MacAddressLowerCaseWithColon
[src]

impl ValidatedWrapper for MacAddressLowerCaseWithoutColon
[src]

impl ValidatedWrapper for MacAddressUpperCaseAllowColon
[src]

impl ValidatedWrapper for MacAddressUpperCaseWithColon
[src]

impl ValidatedWrapper for MacAddressUpperCaseWithoutColon
[src]

impl ValidatedWrapper for NumberAny
[src]

impl ValidatedWrapper for NumberGtZero
[src]

impl ValidatedWrapper for NumberGteZero
[src]

impl ValidatedWrapper for NumberLtZero
[src]

impl ValidatedWrapper for NumberLteZero
[src]

impl ValidatedWrapper for PhoneNumber
[src]

impl ValidatedWrapper for ShortCryptQRCodeAlphanumeric
[src]

impl ValidatedWrapper for ShortCryptUrlComponent
[src]

impl ValidatedWrapper for Text
[src]

impl ValidatedWrapper for URI
[src]

impl ValidatedWrapper for UUIDAllowAnyCase
[src]

impl ValidatedWrapper for UUIDLowerCase
[src]

impl ValidatedWrapper for UUIDUpperCase
[src]

impl ValidatedWrapper for Version
[src]