#[non_exhaustive]pub struct TestDataPropertyValues;Implementations§
Source§impl TestDataPropertyValues
impl TestDataPropertyValues
pub const ADR: &'static str = r";;123 Main Street;Any Town;CA;91921-1234;U.S.A."
pub const ANNIVERSARY: &'static str = r"19960415"
pub const BDAY: &'static str = r"19531015T231000Z"
pub const BIRTHPLACE: &'static str = r"geo:46.769307,-71.283079"
pub const CALADRURI: &'static str = r"mailto:janedoe@example.com"
pub const CALURI: &'static str = r"ftp://ftp.example.com/calA.ics"
pub const CATEGORIES: &'static str = r"INTERNET,IETF,INDUSTRY,INFORMATION TECHNOLOGY"
pub const CLIENTPIDMAP: &'static str = r"1;urn:uuid:3df403f4-5924-4bb7-b077-3c711d9eb34b"
pub const CONTACTURI: &'static str = r"https://contact.example.com"
pub const DEATHDATE: &'static str = r"circa 1800"
pub const DEATHPLACE: &'static str = r"Aboard the Titanic\, near Newfoundland"
pub const EMAIL: &'static str = r"jqpublic@xyz.example.com"
pub const EXPERTISE: &'static str = r"chemistry"
pub const FBURL: &'static str = r"ftp://example.com/busy/project-a.ifb"
pub const FN: &'static str = r"Mr. John Q. Public\, Esq."
pub const GENDER: &'static str = r"M;Fellow"
pub const GEO: &'static str = r"geo:37.386013,-122.082932"
pub const HOBBY: &'static str = r"reading"
pub const IMPP: &'static str = r"xmpp:alice@example.com"
pub const INTEREST: &'static str = r"rock 'n' roll music"
pub const KEY: &'static str = r"ftp://example.com/keys/jdoe"
pub const KIND: &'static str = r"individual"
pub const LANG: &'static str = r"en"
pub const LOGO: &'static str = r"https://www.example.com/pub/logos/abccorp.jpg"
pub const MEMBER: &'static str = r"mailto:subscriber1@example.com"
pub const NICKNAME: &'static str = r"Jim,Jimmie"
pub const NOTE: &'static str = r"This fax number is operational 0800 to 1715\\nEST\, Mon-Fri."
pub const N: &'static str = r"N:Public;John;Quinlan;Mr.;Esq."
pub const ORGDIRECTORY: &'static str = r"ldap://ldap.tech.example/o=Example%20Tech,ou=Engineering"
pub const ORG: &'static str = r"ABC\, Inc.;North American Division;Marketing"
pub const PHOTO: &'static str = r"data:image/jpeg;base64,MIICajCCAdOgAwIBAgICBEUwDQYJKoZIhv"
pub const PRODID: &'static str = r"-//ONLINE DIRECTORY//NONSGML Version 1//EN"
pub const RELATED: &'static str = r"contact:https://example.com/directory/jdoe.vcf"
pub const REV: &'static str = r"19951031T222710Z"
pub const ROLE: &'static str = r"Project Leader"
pub const SOUND: &'static str = r"CID:JOHNQPUBLIC.part8.19960229T080000.xyzMail@example.com"
pub const SOURCE: &'static str = r"ldap://ldap.example.com/cn=Babs%20Jensen,%20o=Babsco,%20c=US"
pub const TEL: &'static str = r"tel:+1-555-555-5555;ext=5555"
pub const TITLE: &'static str = r"Research Scientist"
pub const TZ: &'static str = r"Raleigh/North America"
pub const UID: &'static str = r"urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
pub const URL: &'static str = r"https://example.org/restaurant.french/~chezchic.html"
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§
impl Freeze for TestDataPropertyValues
impl RefUnwindSafe for TestDataPropertyValues
impl Send for TestDataPropertyValues
impl Sync for TestDataPropertyValues
impl Unpin for TestDataPropertyValues
impl UnsafeUnpin for TestDataPropertyValues
impl UnwindSafe for TestDataPropertyValues
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more