[−][src]Trait validators::ValidatedWrapper
Associated Types
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]
impl ValidatedWrapper for Base32type Error = Base32Error
fn from_string(base32: String) -> Result<Self, Self::Error>[src]
fn from_string(base32: String) -> Result<Self, Self::Error>fn from_str(base32: &str) -> Result<Self, Self::Error>[src]
fn from_str(base32: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for Base64[src]
impl ValidatedWrapper for Base64type Error = Base64Error
fn from_string(base64: String) -> Result<Self, Self::Error>[src]
fn from_string(base64: String) -> Result<Self, Self::Error>fn from_str(base64: &str) -> Result<Self, Self::Error>[src]
fn from_str(base64: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for Base64Url[src]
impl ValidatedWrapper for Base64Urltype Error = Base64UrlError
fn from_string(base64_url: String) -> Result<Self, Self::Error>[src]
fn from_string(base64_url: String) -> Result<Self, Self::Error>fn from_str(base64_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(base64_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for DomainLocalhostableAllowPort[src]
impl ValidatedWrapper for DomainLocalhostableAllowPorttype Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_string(full_domain: String) -> Result<Self, Self::Error>fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for DomainLocalhostableWithPort[src]
impl ValidatedWrapper for DomainLocalhostableWithPorttype Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_string(full_domain: String) -> Result<Self, Self::Error>fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for DomainLocalhostableWithoutPort[src]
impl ValidatedWrapper for DomainLocalhostableWithoutPorttype Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_string(full_domain: String) -> Result<Self, Self::Error>fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for DomainUnlocalhostableAllowPort[src]
impl ValidatedWrapper for DomainUnlocalhostableAllowPorttype Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_string(full_domain: String) -> Result<Self, Self::Error>fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for DomainUnlocalhostableWithPort[src]
impl ValidatedWrapper for DomainUnlocalhostableWithPorttype Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_string(full_domain: String) -> Result<Self, Self::Error>fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for DomainUnlocalhostableWithoutPort[src]
impl ValidatedWrapper for DomainUnlocalhostableWithoutPorttype Error = DomainError
fn from_string(full_domain: String) -> Result<Self, Self::Error>[src]
fn from_string(full_domain: String) -> Result<Self, Self::Error>fn from_str(full_domain: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_domain: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for Email[src]
impl ValidatedWrapper for Emailtype Error = EmailError
fn from_string(email: String) -> Result<Self, Self::Error>[src]
fn from_string(email: String) -> Result<Self, Self::Error>fn from_str(email: &str) -> Result<Self, Self::Error>[src]
fn from_str(email: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HostLocalable[src]
impl ValidatedWrapper for HostLocalabletype Error = HostError
fn from_string(host: String) -> Result<Self, Self::Error>[src]
fn from_string(host: String) -> Result<Self, Self::Error>fn from_str(host: &str) -> Result<Self, Self::Error>[src]
fn from_str(host: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HostUnlocalable[src]
impl ValidatedWrapper for HostUnlocalabletype Error = HostError
fn from_string(host: String) -> Result<Self, Self::Error>[src]
fn from_string(host: String) -> Result<Self, Self::Error>fn from_str(host: &str) -> Result<Self, Self::Error>[src]
fn from_str(host: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpFtpUrlLocalableWithProtocol[src]
impl ValidatedWrapper for HttpFtpUrlLocalableWithProtocoltype Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpFtpUrlLocalableWithoutProtocol[src]
impl ValidatedWrapper for HttpFtpUrlLocalableWithoutProtocoltype Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpFtpUrlUnlocalableWithProtocol[src]
impl ValidatedWrapper for HttpFtpUrlUnlocalableWithProtocoltype Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpFtpUrlUnlocalableWithoutProtocol[src]
impl ValidatedWrapper for HttpFtpUrlUnlocalableWithoutProtocoltype Error = HttpFtpUrlError
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_ftp_url: String) -> Result<Self, Self::Error>fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_ftp_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpUrlLocalableWithProtocol[src]
impl ValidatedWrapper for HttpUrlLocalableWithProtocoltype Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_url: String) -> Result<Self, Self::Error>fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpUrlLocalableWithoutProtocol[src]
impl ValidatedWrapper for HttpUrlLocalableWithoutProtocoltype Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_url: String) -> Result<Self, Self::Error>fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpUrlUnlocalableWithProtocol[src]
impl ValidatedWrapper for HttpUrlUnlocalableWithProtocoltype Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_url: String) -> Result<Self, Self::Error>fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for HttpUrlUnlocalableWithoutProtocol[src]
impl ValidatedWrapper for HttpUrlUnlocalableWithoutProtocoltype Error = HttpUrlError
fn from_string(full_http_url: String) -> Result<Self, Self::Error>[src]
fn from_string(full_http_url: String) -> Result<Self, Self::Error>fn from_str(full_http_url: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_http_url: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IntegerAny[src]
impl ValidatedWrapper for IntegerAnytype Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_string(full_integer: String) -> Result<Self, Self::Error>fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IntegerGtZero[src]
impl ValidatedWrapper for IntegerGtZerotype Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_string(full_integer: String) -> Result<Self, Self::Error>fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IntegerGteZero[src]
impl ValidatedWrapper for IntegerGteZerotype Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_string(full_integer: String) -> Result<Self, Self::Error>fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IntegerLtZero[src]
impl ValidatedWrapper for IntegerLtZerotype Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_string(full_integer: String) -> Result<Self, Self::Error>fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IntegerLteZero[src]
impl ValidatedWrapper for IntegerLteZerotype Error = IntegerError
fn from_string(full_integer: String) -> Result<Self, Self::Error>[src]
fn from_string(full_integer: String) -> Result<Self, Self::Error>fn from_str(full_integer: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_integer: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv4LocalableAllowPort[src]
impl ValidatedWrapper for IPv4LocalableAllowPorttype Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv4: String) -> Result<Self, Self::Error>fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv4LocalableWithPort[src]
impl ValidatedWrapper for IPv4LocalableWithPorttype Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv4: String) -> Result<Self, Self::Error>fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv4LocalableWithoutPort[src]
impl ValidatedWrapper for IPv4LocalableWithoutPorttype Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv4: String) -> Result<Self, Self::Error>fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv4UnlocalableAllowPort[src]
impl ValidatedWrapper for IPv4UnlocalableAllowPorttype Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv4: String) -> Result<Self, Self::Error>fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv4UnlocalableWithPort[src]
impl ValidatedWrapper for IPv4UnlocalableWithPorttype Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv4: String) -> Result<Self, Self::Error>fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv4UnlocalableWithoutPort[src]
impl ValidatedWrapper for IPv4UnlocalableWithoutPorttype Error = IPv4Error
fn from_string(ipv4: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv4: String) -> Result<Self, Self::Error>fn from_str(ipv4: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv4: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv6LocalableAllowPort[src]
impl ValidatedWrapper for IPv6LocalableAllowPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv6LocalableWithPort[src]
impl ValidatedWrapper for IPv6LocalableWithPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv6LocalableWithoutPort[src]
impl ValidatedWrapper for IPv6LocalableWithoutPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv6UnlocalableAllowPort[src]
impl ValidatedWrapper for IPv6UnlocalableAllowPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv6UnlocalableWithPort[src]
impl ValidatedWrapper for IPv6UnlocalableWithPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for IPv6UnlocalableWithoutPort[src]
impl ValidatedWrapper for IPv6UnlocalableWithoutPorttype Error = IPv6Error
fn from_string(ipv6: String) -> Result<Self, Self::Error>[src]
fn from_string(ipv6: String) -> Result<Self, Self::Error>fn from_str(ipv6: &str) -> Result<Self, Self::Error>[src]
fn from_str(ipv6: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for JSON[src]
impl ValidatedWrapper for JSONtype Error = JSONError
fn from_string(json: String) -> Result<Self, Self::Error>[src]
fn from_string(json: String) -> Result<Self, Self::Error>fn from_str(json: &str) -> Result<Self, Self::Error>[src]
fn from_str(json: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for JSONArray[src]
impl ValidatedWrapper for JSONArraytype Error = JSONArrayError
fn from_string(json_array: String) -> Result<Self, Self::Error>[src]
fn from_string(json_array: String) -> Result<Self, Self::Error>fn from_str(json_array: &str) -> Result<Self, Self::Error>[src]
fn from_str(json_array: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for JSONObject[src]
impl ValidatedWrapper for JSONObjecttype Error = JSONObjectError
fn from_string(json_object: String) -> Result<Self, Self::Error>[src]
fn from_string(json_object: String) -> Result<Self, Self::Error>fn from_str(json_object: &str) -> Result<Self, Self::Error>[src]
fn from_str(json_object: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for Line[src]
impl ValidatedWrapper for Linetype Error = LineError
fn from_string(line: String) -> Result<Self, Self::Error>[src]
fn from_string(line: String) -> Result<Self, Self::Error>fn from_str(line: &str) -> Result<Self, Self::Error>[src]
fn from_str(line: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressAllowAnyCaseAllowColon[src]
impl ValidatedWrapper for MacAddressAllowAnyCaseAllowColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressAllowAnyCaseWithColon[src]
impl ValidatedWrapper for MacAddressAllowAnyCaseWithColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressAllowAnyCaseWithoutColon[src]
impl ValidatedWrapper for MacAddressAllowAnyCaseWithoutColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressLowerCaseAllowColon[src]
impl ValidatedWrapper for MacAddressLowerCaseAllowColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressLowerCaseWithColon[src]
impl ValidatedWrapper for MacAddressLowerCaseWithColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressLowerCaseWithoutColon[src]
impl ValidatedWrapper for MacAddressLowerCaseWithoutColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressUpperCaseAllowColon[src]
impl ValidatedWrapper for MacAddressUpperCaseAllowColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressUpperCaseWithColon[src]
impl ValidatedWrapper for MacAddressUpperCaseWithColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for MacAddressUpperCaseWithoutColon[src]
impl ValidatedWrapper for MacAddressUpperCaseWithoutColontype Error = MacAddressError
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>[src]
fn from_string(full_mac_address: String) -> Result<Self, Self::Error>fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_mac_address: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for NumberAny[src]
impl ValidatedWrapper for NumberAnytype Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_string(full_number: String) -> Result<Self, Self::Error>fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for NumberGtZero[src]
impl ValidatedWrapper for NumberGtZerotype Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_string(full_number: String) -> Result<Self, Self::Error>fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for NumberGteZero[src]
impl ValidatedWrapper for NumberGteZerotype Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_string(full_number: String) -> Result<Self, Self::Error>fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for NumberLtZero[src]
impl ValidatedWrapper for NumberLtZerotype Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_string(full_number: String) -> Result<Self, Self::Error>fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for NumberLteZero[src]
impl ValidatedWrapper for NumberLteZerotype Error = NumberError
fn from_string(full_number: String) -> Result<Self, Self::Error>[src]
fn from_string(full_number: String) -> Result<Self, Self::Error>fn from_str(full_number: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_number: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for PhoneNumber[src]
impl ValidatedWrapper for PhoneNumbertype Error = PhoneNumberError
fn from_string(phone_number: String) -> Result<Self, Self::Error>[src]
fn from_string(phone_number: String) -> Result<Self, Self::Error>fn from_str(phone_number: &str) -> Result<Self, Self::Error>[src]
fn from_str(phone_number: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for ShortCryptQRCodeAlphanumeric[src]
impl ValidatedWrapper for ShortCryptQRCodeAlphanumerictype Error = ShortCryptQRCodeAlphanumericError
fn from_string(
short_crypt_qr_code_alphanumeric_url: String
) -> Result<Self, Self::Error>[src]
fn from_string(
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]
fn from_str(
short_crypt_qr_code_alphanumeric_url: &str
) -> Result<Self, Self::Error>impl ValidatedWrapper for ShortCryptUrlComponent[src]
impl ValidatedWrapper for ShortCryptUrlComponenttype Error = ShortCryptUrlComponentError
fn from_string(short_crypt_url_component: String) -> Result<Self, Self::Error>[src]
fn from_string(short_crypt_url_component: String) -> Result<Self, Self::Error>fn from_str(short_crypt_url_component: &str) -> Result<Self, Self::Error>[src]
fn from_str(short_crypt_url_component: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for Text[src]
impl ValidatedWrapper for Texttype Error = TextError
fn from_string(text: String) -> Result<Self, Self::Error>[src]
fn from_string(text: String) -> Result<Self, Self::Error>fn from_str(text: &str) -> Result<Self, Self::Error>[src]
fn from_str(text: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for URI[src]
impl ValidatedWrapper for URItype Error = URIError
fn from_string(full_uri: String) -> Result<Self, Self::Error>[src]
fn from_string(full_uri: String) -> Result<Self, Self::Error>fn from_str(full_uri: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_uri: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for UUIDAllowAnyCase[src]
impl ValidatedWrapper for UUIDAllowAnyCasetype Error = UUIDError
fn from_string(full_uuid: String) -> Result<Self, Self::Error>[src]
fn from_string(full_uuid: String) -> Result<Self, Self::Error>fn from_str(full_uuid: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_uuid: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for UUIDLowerCase[src]
impl ValidatedWrapper for UUIDLowerCasetype Error = UUIDError
fn from_string(full_uuid: String) -> Result<Self, Self::Error>[src]
fn from_string(full_uuid: String) -> Result<Self, Self::Error>fn from_str(full_uuid: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_uuid: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for UUIDUpperCase[src]
impl ValidatedWrapper for UUIDUpperCasetype Error = UUIDError
fn from_string(full_uuid: String) -> Result<Self, Self::Error>[src]
fn from_string(full_uuid: String) -> Result<Self, Self::Error>fn from_str(full_uuid: &str) -> Result<Self, Self::Error>[src]
fn from_str(full_uuid: &str) -> Result<Self, Self::Error>impl ValidatedWrapper for Version[src]
impl ValidatedWrapper for Version