Enum map_model::objects::building::OffstreetParking [−][src]
Expand description
Represent no parking as Private(0, false).
Variants
PublicGarage(String, usize)
(Name, spots)
Private(usize, bool)
(Spots, explicitly tagged as a garage)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OffstreetParking
impl Send for OffstreetParking
impl Sync for OffstreetParking
impl Unpin for OffstreetParking
impl UnwindSafe for OffstreetParking
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self