pub struct ProcessSpottedEntityUpdateData {
pub new_update: Option<u64>,
pub SpottedEntityUpdates: Vec<SpottedEntityUpdatesData>,
}
Fields§
§new_update: Option<u64>
§SpottedEntityUpdates: Vec<SpottedEntityUpdatesData>
Implementations§
Source§impl ProcessSpottedEntityUpdateData
impl ProcessSpottedEntityUpdateData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for ProcessSpottedEntityUpdateData
impl Clone for ProcessSpottedEntityUpdateData
Source§fn clone(&self) -> ProcessSpottedEntityUpdateData
fn clone(&self) -> ProcessSpottedEntityUpdateData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ProcessSpottedEntityUpdateData
impl RefUnwindSafe for ProcessSpottedEntityUpdateData
impl Send for ProcessSpottedEntityUpdateData
impl Sync for ProcessSpottedEntityUpdateData
impl Unpin for ProcessSpottedEntityUpdateData
impl UnwindSafe for ProcessSpottedEntityUpdateData
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