pub struct DataScannedEvent {
pub kind: DataScannedEventType,
}
Expand description
Fired when scanning data while in a ship or SRV.
Fields§
§kind: DataScannedEventType
The type of datapoint scanned.
Trait Implementations§
Source§impl Clone for DataScannedEvent
impl Clone for DataScannedEvent
Source§fn clone(&self) -> DataScannedEvent
fn clone(&self) -> DataScannedEvent
Returns a copy 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 DataScannedEvent
impl Debug for DataScannedEvent
Source§impl<'de> Deserialize<'de> for DataScannedEvent
impl<'de> Deserialize<'de> for DataScannedEvent
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 DataScannedEvent
impl PartialEq for DataScannedEvent
Source§impl Serialize for DataScannedEvent
impl Serialize for DataScannedEvent
impl StructuralPartialEq for DataScannedEvent
Auto Trait Implementations§
impl Freeze for DataScannedEvent
impl RefUnwindSafe for DataScannedEvent
impl Send for DataScannedEvent
impl Sync for DataScannedEvent
impl Unpin for DataScannedEvent
impl UnwindSafe for DataScannedEvent
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