Skip to main content

TestDataPropertyValues

Struct TestDataPropertyValues 

Source
#[non_exhaustive]
pub struct TestDataPropertyValues;

Implementations§

Source§

impl TestDataPropertyValues

Source

pub const ADR: &'static str = r";;123 Main Street;Any Town;CA;91921-1234;U.S.A."

Source

pub const ANNIVERSARY: &'static str = r"19960415"

Source

pub const BDAY: &'static str = r"19531015T231000Z"

Source

pub const BIRTHPLACE: &'static str = r"geo:46.769307,-71.283079"

Source

pub const CALADRURI: &'static str = r"mailto:janedoe@example.com"

Source

pub const CALURI: &'static str = r"ftp://ftp.example.com/calA.ics"

Source

pub const CATEGORIES: &'static str = r"INTERNET,IETF,INDUSTRY,INFORMATION TECHNOLOGY"

Source

pub const CLIENTPIDMAP: &'static str = r"1;urn:uuid:3df403f4-5924-4bb7-b077-3c711d9eb34b"

Source

pub const CONTACTURI: &'static str = r"https://contact.example.com"

Source

pub const DEATHDATE: &'static str = r"circa 1800"

Source

pub const DEATHPLACE: &'static str = r"Aboard the Titanic\, near Newfoundland"

Source

pub const EMAIL: &'static str = r"jqpublic@xyz.example.com"

Source

pub const EXPERTISE: &'static str = r"chemistry"

Source

pub const FBURL: &'static str = r"ftp://example.com/busy/project-a.ifb"

Source

pub const FN: &'static str = r"Mr. John Q. Public\, Esq."

Source

pub const GENDER: &'static str = r"M;Fellow"

Source

pub const GEO: &'static str = r"geo:37.386013,-122.082932"

Source

pub const HOBBY: &'static str = r"reading"

Source

pub const IMPP: &'static str = r"xmpp:alice@example.com"

Source

pub const INTEREST: &'static str = r"rock 'n' roll music"

Source

pub const KEY: &'static str = r"ftp://example.com/keys/jdoe"

Source

pub const KIND: &'static str = r"individual"

Source

pub const LANG: &'static str = r"en"

Source

pub const MEMBER: &'static str = r"mailto:subscriber1@example.com"

Source

pub const NICKNAME: &'static str = r"Jim,Jimmie"

Source

pub const NOTE: &'static str = r"This fax number is operational 0800 to 1715\\nEST\, Mon-Fri."

Source

pub const N: &'static str = r"N:Public;John;Quinlan;Mr.;Esq."

Source

pub const ORGDIRECTORY: &'static str = r"ldap://ldap.tech.example/o=Example%20Tech,ou=Engineering"

Source

pub const ORG: &'static str = r"ABC\, Inc.;North American Division;Marketing"

Source

pub const PHOTO: &'static str = r"data:image/jpeg;base64,MIICajCCAdOgAwIBAgICBEUwDQYJKoZIhv"

Source

pub const PRODID: &'static str = r"-//ONLINE DIRECTORY//NONSGML Version 1//EN"

Source

pub const RELATED: &'static str = r"contact:https://example.com/directory/jdoe.vcf"

Source

pub const REV: &'static str = r"19951031T222710Z"

Source

pub const ROLE: &'static str = r"Project Leader"

Source

pub const SOUND: &'static str = r"CID:JOHNQPUBLIC.part8.19960229T080000.xyzMail@example.com"

Source

pub const SOURCE: &'static str = r"ldap://ldap.example.com/cn=Babs%20Jensen,%20o=Babsco,%20c=US"

Source

pub const TEL: &'static str = r"tel:+1-555-555-5555;ext=5555"

Source

pub const TITLE: &'static str = r"Research Scientist"

Source

pub const TZ: &'static str = r"Raleigh/North America"

Source

pub const UID: &'static str = r"urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"

Source

pub const URL: &'static str = r"https://example.org/restaurant.french/~chezchic.html"

Source

pub const XML: &'static str = r#"<?xml version=\"1.0\" encoding=\"UTF-8\"?><vcards xmlns=\"urn:ietf:params:xml:ns:vcard-4.0\"><vcard></vcard></vcards>"#

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.