Struct cetacea_proto::extensions::mmm_v1::LocationMessagePartV1
source · pub struct LocationMessagePartV1 {
pub latitude: f64,
pub longitude: f64,
pub name: String,
pub description: String,
}Fields§
§latitude: f64§longitude: f64§name: String§description: StringTrait Implementations§
source§impl Debug for LocationMessagePartV1
impl Debug for LocationMessagePartV1
source§impl<'de> Deserialize<'de> for LocationMessagePartV1
impl<'de> Deserialize<'de> for LocationMessagePartV1
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 From<LocationMessagePartV1> for MessagePartV1
impl From<LocationMessagePartV1> for MessagePartV1
source§fn from(t: LocationMessagePartV1) -> MessagePartV1
fn from(t: LocationMessagePartV1) -> MessagePartV1
Converts to this type from the input type.
source§impl Serialize for LocationMessagePartV1
impl Serialize for LocationMessagePartV1
source§impl TryFrom<MessagePartV1> for LocationMessagePartV1
impl TryFrom<MessagePartV1> for LocationMessagePartV1
Auto Trait Implementations§
impl RefUnwindSafe for LocationMessagePartV1
impl Send for LocationMessagePartV1
impl Sync for LocationMessagePartV1
impl Unpin for LocationMessagePartV1
impl UnwindSafe for LocationMessagePartV1
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
impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size:64 bytes