Lines Matching refs:from

75                 url: String::from("http://www.example.com/image/481989943"),  in sdv_adapt_serde_example_one()
81 title: String::from("View from 15th Floor"), in sdv_adapt_serde_example_one()
135 precision: String::from("zip"), in sdv_adapt_serde_example_two()
138 address: String::from(""), in sdv_adapt_serde_example_two()
139 city: String::from("SAN FRANCISCO"), in sdv_adapt_serde_example_two()
140 state: String::from("CA"), in sdv_adapt_serde_example_two()
141 zip: Cow::from("94107"), in sdv_adapt_serde_example_two()
142 country: Cow::from("US"), in sdv_adapt_serde_example_two()
145 precision: String::from("zip"), in sdv_adapt_serde_example_two()
148 address: String::from(""), in sdv_adapt_serde_example_two()
149 city: String::from("SUNNYVALE"), in sdv_adapt_serde_example_two()
150 state: String::from("CA"), in sdv_adapt_serde_example_two()
151 zip: Cow::from("94085"), in sdv_adapt_serde_example_two()
152 country: Cow::from("US"), in sdv_adapt_serde_example_two()
391 string1: String::from(""), in sdv_adapt_serde_example_three()
392 string2: String::from("Hello World"), in sdv_adapt_serde_example_three()
393 string3: String::from("abcdefghijklmnopqrstuvwxyz"), in sdv_adapt_serde_example_three()
394 string4: String::from("ABCDEFGHIJKLMNOPQRSTUVWXYZ"), in sdv_adapt_serde_example_three()
396 string5: String::from("0123456789"), in sdv_adapt_serde_example_three()
397 string6: String::from(" \u{8}\u{c}\n\r\t"), in sdv_adapt_serde_example_three()
398 string7: String::from("\"\\/"), in sdv_adapt_serde_example_three()
399 string8: String::from("`1~!@#$%^&*()_+-={':[,]}|;.</>?"), in sdv_adapt_serde_example_three()
400 string9: String::from("ģ䕧覫췯ꯍ\u{ef4a}"), in sdv_adapt_serde_example_three()
407 array5: vec![vec![vec![vec![vec![vec![vec![String::from("nest")]]]]]]], in sdv_adapt_serde_example_three()
416 key4: InnerValue::StringVal(String::from("string")), in sdv_adapt_serde_example_three()
424 key4: InnerValue::StringVal(String::from("string")), in sdv_adapt_serde_example_three()
436 mem1: String::from("key1"), in sdv_adapt_serde_example_three()
437 mem2: String::from("key2"), in sdv_adapt_serde_example_three()