pub struct NoteContent {
pub lat: f64,
pub lon: f64,
pub text: String,
}Fields§
§lat: f64§lon: f64§text: StringTrait Implementations§
Source§impl Debug for NoteContent
impl Debug for NoteContent
Source§impl Default for NoteContent
impl Default for NoteContent
Source§fn default() -> NoteContent
fn default() -> NoteContent
Returns the “default value” for a type. Read more
Source§impl PartialEq for NoteContent
impl PartialEq for NoteContent
Source§impl Serialize for NoteContent
impl Serialize for NoteContent
impl StructuralPartialEq for NoteContent
Auto Trait Implementations§
impl Freeze for NoteContent
impl RefUnwindSafe for NoteContent
impl Send for NoteContent
impl Sync for NoteContent
impl Unpin for NoteContent
impl UnwindSafe for NoteContent
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