pub enum PrivateOffstreetParking {
FixedPerBldg(usize),
}
Expand description
If a building doesn’t have anything from public_offstreet_parking and isn’t tagged as a garage in OSM, how many private spots should it have?
Variants
FixedPerBldg(usize)
Auto Trait Implementations
impl RefUnwindSafe for PrivateOffstreetParking
impl Send for PrivateOffstreetParking
impl Sync for PrivateOffstreetParking
impl Unpin for PrivateOffstreetParking
impl UnwindSafe for PrivateOffstreetParking
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more