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§
Auto Trait Implementations§
impl Freeze for PrivateOffstreetParking
impl RefUnwindSafe for PrivateOffstreetParking
impl Send for PrivateOffstreetParking
impl Sync for PrivateOffstreetParking
impl Unpin for PrivateOffstreetParking
impl UnwindSafe for PrivateOffstreetParking
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