pub struct GeographicMapChanges {
pub header: Header,
pub diffs: GeographicMap,
pub deletes: Vec<UUID>,
}Fields§
§header: Header§diffs: GeographicMap§deletes: Vec<UUID>Trait Implementations§
Source§impl Clone for GeographicMapChanges
impl Clone for GeographicMapChanges
Source§fn clone(&self) -> GeographicMapChanges
fn clone(&self) -> GeographicMapChanges
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 GeographicMapChanges
impl Debug for GeographicMapChanges
Source§impl Default for GeographicMapChanges
impl Default for GeographicMapChanges
Source§impl<'de> Deserialize<'de> for GeographicMapChanges
impl<'de> Deserialize<'de> for GeographicMapChanges
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 GeographicMapChanges
impl PartialEq for GeographicMapChanges
Source§impl Serialize for GeographicMapChanges
impl Serialize for GeographicMapChanges
impl Message for GeographicMapChanges
impl StructuralPartialEq for GeographicMapChanges
Auto Trait Implementations§
impl Freeze for GeographicMapChanges
impl RefUnwindSafe for GeographicMapChanges
impl Send for GeographicMapChanges
impl Sync for GeographicMapChanges
impl Unpin for GeographicMapChanges
impl UnwindSafe for GeographicMapChanges
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