pub enum BBoxContainable {
LngLat(LngLat),
BBox(BBox),
Tile(Tile),
}Expand description
Bounding box containable enum
Variants§
Auto Trait Implementations§
impl Freeze for BBoxContainable
impl RefUnwindSafe for BBoxContainable
impl Send for BBoxContainable
impl Sync for BBoxContainable
impl Unpin for BBoxContainable
impl UnwindSafe for BBoxContainable
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