1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
// THIS IS A GENERATED FILE
// If anything in this file needs to be updated, it needs to be fixed in reso_dd_generator
use serde::{Deserialize, Serialize};

/// [Utilities Lookups](https://ddwiki.reso.org/display/DDW17/Utilities+Lookups)
#[derive(Debug, Clone, Eq, PartialEq)]
pub enum Utilities {
    /// "[Cable Available](https://ddwiki.reso.org/display/DDW17/Cable+Available)": The property has cable available but is not connected.
    CableAvailable,

    /// "[Cable Connected](https://ddwiki.reso.org/display/DDW17/Cable+Connected)": Cable service is physically connected, but not necessarily paid.
    CableConnected,

    /// "[Cable Not Available](https://ddwiki.reso.org/display/DDW17/Cable+Not+Available)": Cable is not available in the area of the property.
    CableNotAvailable,

    /// "[Electricity Available](https://ddwiki.reso.org/display/DDW17/Electricity+Available)": Electricity is available from the public utility but not connected.
    ElectricityAvailable,

    /// "[Electricity Connected](https://ddwiki.reso.org/display/DDW17/Electricity+Connected)": Electricity from the public utility is available and connected, but not necessarily paid.
    ElectricityConnected,

    /// "[Electricity Not Available](https://ddwiki.reso.org/display/DDW17/Electricity+Not+Available)": Electricity from the public utility is not available.  An independent source of electricity is the only option.
    ElectricityNotAvailable,

    /// "[Natural Gas Available](https://ddwiki.reso.org/display/DDW17/Natural+Gas+Available)": Natural gas is available from the public utility but not connected.
    NaturalGasAvailable,

    /// "[Natural Gas Connected](https://ddwiki.reso.org/display/DDW17/Natural+Gas+Connected)": Natural gas from the public utility is available and connected, but not necessarily paid.
    NaturalGasConnected,

    /// "[Natural Gas Not Available](https://ddwiki.reso.org/display/DDW17/Natural+Gas+Not+Available)": Natural gas from the public utility is not available.  An independent source of gas is the only option.  i.e. propane.
    NaturalGasNotAvailable,

    /// "[None](https://ddwiki.reso.org/pages/viewpage.action?pageId=29246579)": There are no public utilities currently available or connected.
    None,

    /// "[Other](https://ddwiki.reso.org/pages/viewpage.action?pageId=29246580)": There are utilities other than those listed.
    Other,

    /// "[Phone Available](https://ddwiki.reso.org/display/DDW17/Phone+Available)": The property has telephone service available but is not connected.
    PhoneAvailable,

    /// "[Phone Connected](https://ddwiki.reso.org/display/DDW17/Phone+Connected)": Telephone service is physically connected, but not necessarily paid.
    PhoneConnected,

    /// "[Phone Not Available](https://ddwiki.reso.org/display/DDW17/Phone+Not+Available)": Telephone service is not available in the area of the property.
    PhoneNotAvailable,

    /// "[Propane](https://ddwiki.reso.org/display/DDW17/Propane)": The property has a propane system.
    Propane,

    /// "[See Remarks](https://ddwiki.reso.org/pages/viewpage.action?pageId=29246585)": See remarks for details about the public or other utilities available/installed at the property.
    SeeRemarks,

    /// "[Sewer Available](https://ddwiki.reso.org/display/DDW17/Sewer+Available)": Sewer service is available from the public utility but not connected.
    SewerAvailable,

    /// "[Sewer Connected](https://ddwiki.reso.org/display/DDW17/Sewer+Connected)": Sewer service from the public utility is available and connected, but not necessarily paid.
    SewerConnected,

    /// "[Sewer Not Available](https://ddwiki.reso.org/display/DDW17/Sewer+Not+Available)": Sewer service from the public utility is not available.  An independent alternative to sewer is the only option.  i.e. septic.
    SewerNotAvailable,

    /// "[Underground Utilities](https://ddwiki.reso.org/display/DDW17/Underground+Utilities)": All or some of the utilities are run underground.
    UndergroundUtilities,

    /// "[Water Available](https://ddwiki.reso.org/display/DDW17/Water+Available)": Water service is available from the public utility but not connected.
    WaterAvailable,

    /// "[Water Connected](https://ddwiki.reso.org/display/DDW17/Water+Connected)": Water service from the public utility is available and connected, but not necessarily paid.
    WaterConnected,

    /// "[Water Not Available](https://ddwiki.reso.org/display/DDW17/Water+Not+Available)": Water service from the public utility is not available.  An independent source for water is the only option.  i.e. well.
    WaterNotAvailable,

    /// A value that was not defined by the enumeration
    OpenEnumeration(String),
}

impl crate::ResoEnumeration for Utilities {
    fn from_str(s: &str) -> Utilities {
        match s {
            "Cable Available" => Utilities::CableAvailable,

            "Cable Connected" => Utilities::CableConnected,

            "Cable Not Available" => Utilities::CableNotAvailable,

            "Electricity Available" => Utilities::ElectricityAvailable,

            "Electricity Connected" => Utilities::ElectricityConnected,

            "Electricity Not Available" => Utilities::ElectricityNotAvailable,

            "Natural Gas Available" => Utilities::NaturalGasAvailable,

            "Natural Gas Connected" => Utilities::NaturalGasConnected,

            "Natural Gas Not Available" => Utilities::NaturalGasNotAvailable,

            "None" => Utilities::None,

            "Other" => Utilities::Other,

            "Phone Available" => Utilities::PhoneAvailable,

            "Phone Connected" => Utilities::PhoneConnected,

            "Phone Not Available" => Utilities::PhoneNotAvailable,

            "Propane" => Utilities::Propane,

            "See Remarks" => Utilities::SeeRemarks,

            "Sewer Available" => Utilities::SewerAvailable,

            "Sewer Connected" => Utilities::SewerConnected,

            "Sewer Not Available" => Utilities::SewerNotAvailable,

            "Underground Utilities" => Utilities::UndergroundUtilities,

            "Water Available" => Utilities::WaterAvailable,

            "Water Connected" => Utilities::WaterConnected,

            "Water Not Available" => Utilities::WaterNotAvailable,

            _ => Utilities::OpenEnumeration(s.into()),
        }
    }

    fn from_string(s: String) -> Utilities {
        match s.as_ref() {
            "Cable Available" => Utilities::CableAvailable,

            "Cable Connected" => Utilities::CableConnected,

            "Cable Not Available" => Utilities::CableNotAvailable,

            "Electricity Available" => Utilities::ElectricityAvailable,

            "Electricity Connected" => Utilities::ElectricityConnected,

            "Electricity Not Available" => Utilities::ElectricityNotAvailable,

            "Natural Gas Available" => Utilities::NaturalGasAvailable,

            "Natural Gas Connected" => Utilities::NaturalGasConnected,

            "Natural Gas Not Available" => Utilities::NaturalGasNotAvailable,

            "None" => Utilities::None,

            "Other" => Utilities::Other,

            "Phone Available" => Utilities::PhoneAvailable,

            "Phone Connected" => Utilities::PhoneConnected,

            "Phone Not Available" => Utilities::PhoneNotAvailable,

            "Propane" => Utilities::Propane,

            "See Remarks" => Utilities::SeeRemarks,

            "Sewer Available" => Utilities::SewerAvailable,

            "Sewer Connected" => Utilities::SewerConnected,

            "Sewer Not Available" => Utilities::SewerNotAvailable,

            "Underground Utilities" => Utilities::UndergroundUtilities,

            "Water Available" => Utilities::WaterAvailable,

            "Water Connected" => Utilities::WaterConnected,

            "Water Not Available" => Utilities::WaterNotAvailable,

            _ => Utilities::OpenEnumeration(s),
        }
    }

    fn to_str(&self) -> &str {
        match self {
            Utilities::CableAvailable => "Cable Available",

            Utilities::CableConnected => "Cable Connected",

            Utilities::CableNotAvailable => "Cable Not Available",

            Utilities::ElectricityAvailable => "Electricity Available",

            Utilities::ElectricityConnected => "Electricity Connected",

            Utilities::ElectricityNotAvailable => "Electricity Not Available",

            Utilities::NaturalGasAvailable => "Natural Gas Available",

            Utilities::NaturalGasConnected => "Natural Gas Connected",

            Utilities::NaturalGasNotAvailable => "Natural Gas Not Available",

            Utilities::None => "None",

            Utilities::Other => "Other",

            Utilities::PhoneAvailable => "Phone Available",

            Utilities::PhoneConnected => "Phone Connected",

            Utilities::PhoneNotAvailable => "Phone Not Available",

            Utilities::Propane => "Propane",

            Utilities::SeeRemarks => "See Remarks",

            Utilities::SewerAvailable => "Sewer Available",

            Utilities::SewerConnected => "Sewer Connected",

            Utilities::SewerNotAvailable => "Sewer Not Available",

            Utilities::UndergroundUtilities => "Underground Utilities",

            Utilities::WaterAvailable => "Water Available",

            Utilities::WaterConnected => "Water Connected",

            Utilities::WaterNotAvailable => "Water Not Available",

            Utilities::OpenEnumeration(ref s) => s,
        }
    }

    fn into_string(self) -> String {
        match self {
            Utilities::CableAvailable => "Cable Available".into(),

            Utilities::CableConnected => "Cable Connected".into(),

            Utilities::CableNotAvailable => "Cable Not Available".into(),

            Utilities::ElectricityAvailable => "Electricity Available".into(),

            Utilities::ElectricityConnected => "Electricity Connected".into(),

            Utilities::ElectricityNotAvailable => "Electricity Not Available".into(),

            Utilities::NaturalGasAvailable => "Natural Gas Available".into(),

            Utilities::NaturalGasConnected => "Natural Gas Connected".into(),

            Utilities::NaturalGasNotAvailable => "Natural Gas Not Available".into(),

            Utilities::None => "None".into(),

            Utilities::Other => "Other".into(),

            Utilities::PhoneAvailable => "Phone Available".into(),

            Utilities::PhoneConnected => "Phone Connected".into(),

            Utilities::PhoneNotAvailable => "Phone Not Available".into(),

            Utilities::Propane => "Propane".into(),

            Utilities::SeeRemarks => "See Remarks".into(),

            Utilities::SewerAvailable => "Sewer Available".into(),

            Utilities::SewerConnected => "Sewer Connected".into(),

            Utilities::SewerNotAvailable => "Sewer Not Available".into(),

            Utilities::UndergroundUtilities => "Underground Utilities".into(),

            Utilities::WaterAvailable => "Water Available".into(),

            Utilities::WaterConnected => "Water Connected".into(),

            Utilities::WaterNotAvailable => "Water Not Available".into(),

            Utilities::OpenEnumeration(s) => s,
        }
    }

    fn fallback_value(&self) -> Option<&str> {
        match self {
            Utilities::OpenEnumeration(ref s) => Some(s),
            _ => None,
        }
    }
}

impl From<String> for Utilities {
    fn from(s: String) -> Utilities {
        match s.as_ref() {
            "Cable Available" => Utilities::CableAvailable,

            "Cable Connected" => Utilities::CableConnected,

            "Cable Not Available" => Utilities::CableNotAvailable,

            "Electricity Available" => Utilities::ElectricityAvailable,

            "Electricity Connected" => Utilities::ElectricityConnected,

            "Electricity Not Available" => Utilities::ElectricityNotAvailable,

            "Natural Gas Available" => Utilities::NaturalGasAvailable,

            "Natural Gas Connected" => Utilities::NaturalGasConnected,

            "Natural Gas Not Available" => Utilities::NaturalGasNotAvailable,

            "None" => Utilities::None,

            "Other" => Utilities::Other,

            "Phone Available" => Utilities::PhoneAvailable,

            "Phone Connected" => Utilities::PhoneConnected,

            "Phone Not Available" => Utilities::PhoneNotAvailable,

            "Propane" => Utilities::Propane,

            "See Remarks" => Utilities::SeeRemarks,

            "Sewer Available" => Utilities::SewerAvailable,

            "Sewer Connected" => Utilities::SewerConnected,

            "Sewer Not Available" => Utilities::SewerNotAvailable,

            "Underground Utilities" => Utilities::UndergroundUtilities,

            "Water Available" => Utilities::WaterAvailable,

            "Water Connected" => Utilities::WaterConnected,

            "Water Not Available" => Utilities::WaterNotAvailable,

            _ => Utilities::OpenEnumeration(s),
        }
    }
}

impl From<&str> for Utilities {
    fn from(s: &str) -> Utilities {
        match s {
            "Cable Available" => Utilities::CableAvailable,

            "Cable Connected" => Utilities::CableConnected,

            "Cable Not Available" => Utilities::CableNotAvailable,

            "Electricity Available" => Utilities::ElectricityAvailable,

            "Electricity Connected" => Utilities::ElectricityConnected,

            "Electricity Not Available" => Utilities::ElectricityNotAvailable,

            "Natural Gas Available" => Utilities::NaturalGasAvailable,

            "Natural Gas Connected" => Utilities::NaturalGasConnected,

            "Natural Gas Not Available" => Utilities::NaturalGasNotAvailable,

            "None" => Utilities::None,

            "Other" => Utilities::Other,

            "Phone Available" => Utilities::PhoneAvailable,

            "Phone Connected" => Utilities::PhoneConnected,

            "Phone Not Available" => Utilities::PhoneNotAvailable,

            "Propane" => Utilities::Propane,

            "See Remarks" => Utilities::SeeRemarks,

            "Sewer Available" => Utilities::SewerAvailable,

            "Sewer Connected" => Utilities::SewerConnected,

            "Sewer Not Available" => Utilities::SewerNotAvailable,

            "Underground Utilities" => Utilities::UndergroundUtilities,

            "Water Available" => Utilities::WaterAvailable,

            "Water Connected" => Utilities::WaterConnected,

            "Water Not Available" => Utilities::WaterNotAvailable,

            _ => Utilities::OpenEnumeration(s.into()),
        }
    }
}

impl<'a> From<&'a Utilities> for &'a str {
    fn from(s: &'a Utilities) -> &'a str {
        match s {
            Utilities::CableAvailable => "Cable Available",

            Utilities::CableConnected => "Cable Connected",

            Utilities::CableNotAvailable => "Cable Not Available",

            Utilities::ElectricityAvailable => "Electricity Available",

            Utilities::ElectricityConnected => "Electricity Connected",

            Utilities::ElectricityNotAvailable => "Electricity Not Available",

            Utilities::NaturalGasAvailable => "Natural Gas Available",

            Utilities::NaturalGasConnected => "Natural Gas Connected",

            Utilities::NaturalGasNotAvailable => "Natural Gas Not Available",

            Utilities::None => "None",

            Utilities::Other => "Other",

            Utilities::PhoneAvailable => "Phone Available",

            Utilities::PhoneConnected => "Phone Connected",

            Utilities::PhoneNotAvailable => "Phone Not Available",

            Utilities::Propane => "Propane",

            Utilities::SeeRemarks => "See Remarks",

            Utilities::SewerAvailable => "Sewer Available",

            Utilities::SewerConnected => "Sewer Connected",

            Utilities::SewerNotAvailable => "Sewer Not Available",

            Utilities::UndergroundUtilities => "Underground Utilities",

            Utilities::WaterAvailable => "Water Available",

            Utilities::WaterConnected => "Water Connected",

            Utilities::WaterNotAvailable => "Water Not Available",

            Utilities::OpenEnumeration(s) => s,
        }
    }
}

impl Serialize for Utilities {
    fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
    where
        S: serde::Serializer,
    {
        serializer.serialize_str(self.into())
    }
}

impl<'de> Deserialize<'de> for Utilities {
    fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
    where
        D: serde::Deserializer<'de>,
    {
        let s = String::deserialize(deserializer)?;
        Ok(From::from(s))
    }
}