pub enum PhotonLayer {
House,
Street,
Locality,
District,
City,
County,
State,
Country,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhotonLayer
impl RefUnwindSafe for PhotonLayer
impl Send for PhotonLayer
impl Sync for PhotonLayer
impl Unpin for PhotonLayer
impl UnwindSafe for PhotonLayer
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