Struct ofdb_boundary::BboxSubscription
source · [−]pub struct BboxSubscription {
pub id: String,
pub south_west_lat: f64,
pub south_west_lng: f64,
pub north_east_lat: f64,
pub north_east_lng: f64,
}Fields
id: Stringsouth_west_lat: f64south_west_lng: f64north_east_lat: f64north_east_lng: f64Trait Implementations
sourceimpl<'de> Deserialize<'de> for BboxSubscription
impl<'de> Deserialize<'de> for BboxSubscription
sourcefn 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
sourceimpl Serialize for BboxSubscription
impl Serialize for BboxSubscription
Auto Trait Implementations
impl RefUnwindSafe for BboxSubscription
impl Send for BboxSubscription
impl Sync for BboxSubscription
impl Unpin for BboxSubscription
impl UnwindSafe for BboxSubscription
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