pub struct PointOfInterestArray {
pub header: Header,
pub update_num: u16,
pub point_list: Vec<PointOfInterest>,
}Fields§
§header: Header§update_num: u16§point_list: Vec<PointOfInterest>Trait Implementations§
Source§impl Clone for PointOfInterestArray
impl Clone for PointOfInterestArray
Source§fn clone(&self) -> PointOfInterestArray
fn clone(&self) -> PointOfInterestArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PointOfInterestArray
impl Debug for PointOfInterestArray
Source§impl Default for PointOfInterestArray
impl Default for PointOfInterestArray
Source§impl<'de> Deserialize<'de> for PointOfInterestArray
impl<'de> Deserialize<'de> for PointOfInterestArray
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
Source§impl PartialEq for PointOfInterestArray
impl PartialEq for PointOfInterestArray
Source§impl Serialize for PointOfInterestArray
impl Serialize for PointOfInterestArray
impl Message for PointOfInterestArray
impl StructuralPartialEq for PointOfInterestArray
Auto Trait Implementations§
impl Freeze for PointOfInterestArray
impl RefUnwindSafe for PointOfInterestArray
impl Send for PointOfInterestArray
impl Sync for PointOfInterestArray
impl Unpin for PointOfInterestArray
impl UnwindSafe for PointOfInterestArray
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