pub struct PointLocation {
pub address: Address,
pub service_point: Option<ServicePoint>,
}Expand description
Point location
Fields§
§address: Address§service_point: Option<ServicePoint>Trait Implementations§
Source§impl Debug for PointLocation
impl Debug for PointLocation
Source§impl<'de> Deserialize<'de> for PointLocation
impl<'de> Deserialize<'de> for PointLocation
Source§fn 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
Auto Trait Implementations§
impl Freeze for PointLocation
impl RefUnwindSafe for PointLocation
impl Send for PointLocation
impl Sync for PointLocation
impl Unpin for PointLocation
impl UnwindSafe for PointLocation
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