pub struct ImagePathGPS {
pub image_path: String,
pub image_gps_data: Gps,
pub heading: f64,
}Fields§
§image_path: String§image_gps_data: Gps§heading: f64Trait Implementations§
Source§impl Clone for ImagePathGPS
impl Clone for ImagePathGPS
Source§fn clone(&self) -> ImagePathGPS
fn clone(&self) -> ImagePathGPS
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 ImagePathGPS
impl Debug for ImagePathGPS
Source§impl<'de> Deserialize<'de> for ImagePathGPS
impl<'de> Deserialize<'de> for ImagePathGPS
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 Into<Message> for ImagePathGPS
impl Into<Message> for ImagePathGPS
Source§impl JsonSerializeDeserialize for ImagePathGPS
impl JsonSerializeDeserialize for ImagePathGPS
fn into_serialized(self) -> String
fn try_from_serialized(serialized_msg: &str) -> Result<Self, Error>
Source§impl Serialize for ImagePathGPS
impl Serialize for ImagePathGPS
Auto Trait Implementations§
impl Freeze for ImagePathGPS
impl RefUnwindSafe for ImagePathGPS
impl Send for ImagePathGPS
impl Sync for ImagePathGPS
impl Unpin for ImagePathGPS
impl UnwindSafe for ImagePathGPS
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