Struct deltachat::webxdc::maps_integration::LocationItem
source · struct LocationItem {
action: String,
contact_id: u32,
lat: f64,
lng: f64,
independent: bool,
timestamp: i64,
label: String,
name: String,
color: String,
}
Fields§
§action: String
§contact_id: u32
§lat: f64
§lng: f64
§independent: bool
§timestamp: i64
§label: String
§name: String
§color: String
Trait Implementations§
source§impl Debug for LocationItem
impl Debug for LocationItem
source§impl<'de> Deserialize<'de> for LocationItem
impl<'de> Deserialize<'de> for LocationItem
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 LocationItem
impl RefUnwindSafe for LocationItem
impl Send for LocationItem
impl Sync for LocationItem
impl Unpin for LocationItem
impl UnwindSafe for LocationItem
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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