[−][src]Trait validators::ValidatedWrapper
Associated Types
Loading content...Required methods
fn from_string(from_string_input: String) -> Result<Self, Self::Error>
fn from_str(from_str_input: &str) -> Result<Self, Self::Error>
Implementors
impl ValidatedWrapper for Base32[src]
type Error = Base32Error
fn from_string(base32: String) -> Result<Self, Self::Error>[src]
fn from_str(base32: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for Base64[src]
type Error = Base64Error
fn from_string(base64: String) -> Result<Self, Self::Error>[src]
fn from_str(base64: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for Base64Url[src]
type Error = Base64UrlError
fn from_string(base64_url: String) -> Result<Self, Self::Error>[src]
fn from_str(base64_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for Boolean[src]
type Error = BooleanError
fn from_string(boolean: String) -> Result<Self, Self::Error>[src]
fn from_str(boolean: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for DomainLocalhostableAllowPort[src]
type Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for DomainLocalhostableWithPort[src]
type Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for DomainLocalhostableWithoutPort[src]
type Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for DomainUnlocalhostableAllowPort[src]
type Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for DomainUnlocalhostableWithPort[src]
type Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for DomainUnlocalhostableWithoutPort[src]
type Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for Email[src]
type Error = EmailError
fn from_string(email: String) -> Result<Self, Self::Error>[src]
fn from_str(email: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HostLocalable[src]
type Error = HostError
fn from_string(host: String) -> Result<Self, Self::Error>[src]
fn from_str(host: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HostUnlocalable[src]
type Error = HostError
fn from_string(host: String) -> Result<Self, Self::Error>[src]
fn from_str(host: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpFtpUrlLocalableWithProtocol[src]
type Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpFtpUrlLocalableWithoutProtocol[src]
type Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpFtpUrlUnlocalableWithProtocol[src]
type Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpFtpUrlUnlocalableWithoutProtocol[src]
type Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpUrlLocalableWithProtocol[src]
type Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpUrlLocalableWithoutProtocol[src]
type Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpUrlUnlocalableWithProtocol[src]
type Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for HttpUrlUnlocalableWithoutProtocol[src]
type Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IntegerAny[src]
type Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IntegerGtZero[src]
type Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IntegerGteZero[src]
type Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IntegerLtZero[src]
type Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IntegerLteZero[src]
type Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv4LocalableAllowPort[src]
type Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv4LocalableWithPort[src]
type Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv4LocalableWithoutPort[src]
type Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv4UnlocalableAllowPort[src]
type Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv4UnlocalableWithPort[src]
type Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv4UnlocalableWithoutPort[src]
type Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv6LocalableAllowPort[src]
type Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv6LocalableWithPort[src]
type Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv6LocalableWithoutPort[src]
type Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv6UnlocalableAllowPort[src]
type Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv6UnlocalableWithPort[src]
type Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for IPv6UnlocalableWithoutPort[src]
type Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for JSON[src]
type Error = JSONError
fn from_string(json: String) -> Result<Self, Self::Error>[src]
fn from_str(json: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for JSONArray[src]
type Error = JSONArrayError
fn from_string(json_array: String) -> Result<Self, Self::Error>[src]
fn from_str(json_array: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for JSONObject[src]
type Error = JSONObjectError
fn from_string(json_object: String) -> Result<Self, Self::Error>[src]
fn from_str(json_object: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for Line[src]
type Error = LineError
fn from_string(line: String) -> Result<Self, Self::Error>[src]
fn from_str(line: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressAllowAnyCaseAllowColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressAllowAnyCaseWithColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressAllowAnyCaseWithoutColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressLowerCaseAllowColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressLowerCaseWithColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressLowerCaseWithoutColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressUpperCaseAllowColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressUpperCaseWithColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for MacAddressUpperCaseWithoutColon[src]
type Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for NumberAny[src]
type Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for NumberGtZero[src]
type Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for NumberGteZero[src]
type Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for NumberLtZero[src]
type Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for NumberLteZero[src]
type Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
impl ValidatedWrapper for ShortCryptQRCodeAlphanumeric[src]
type Error = ShortCryptQRCodeAlphanumericError
fn from_string(
short_crypt_qr_code_alphanumeric_url: String
) -> Result<Self, Self::Error>[src]
short_crypt_qr_code_alphanumeric_url: String
) -> Result<Self, Self::Error>
fn from_str(
short_crypt_qr_code_alphanumeric_url: &str
) -> Result<Self, Self::Error>[src]
short_crypt_qr_code_alphanumeric_url: &str
) -> Result<Self, Self::Error>