pub struct FSSBodySignalEventSignal {
pub kind: PlanetarySignalType,
pub type_localized: Option<String>,
pub count: u8,
}
Expand description
A signal discovered at a given body.
Fields§
§kind: PlanetarySignalType
The kind of signal that was discovered.
type_localized: Option<String>
The localized name of the signal that was discovered.
count: u8
The number of signals that were discovered for the given type.
Trait Implementations§
Source§impl Clone for FSSBodySignalEventSignal
impl Clone for FSSBodySignalEventSignal
Source§fn clone(&self) -> FSSBodySignalEventSignal
fn clone(&self) -> FSSBodySignalEventSignal
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 FSSBodySignalEventSignal
impl Debug for FSSBodySignalEventSignal
Source§impl<'de> Deserialize<'de> for FSSBodySignalEventSignal
impl<'de> Deserialize<'de> for FSSBodySignalEventSignal
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 FSSBodySignalEventSignal
impl PartialEq for FSSBodySignalEventSignal
Source§impl Serialize for FSSBodySignalEventSignal
impl Serialize for FSSBodySignalEventSignal
impl StructuralPartialEq for FSSBodySignalEventSignal
Auto Trait Implementations§
impl Freeze for FSSBodySignalEventSignal
impl RefUnwindSafe for FSSBodySignalEventSignal
impl Send for FSSBodySignalEventSignal
impl Sync for FSSBodySignalEventSignal
impl Unpin for FSSBodySignalEventSignal
impl UnwindSafe for FSSBodySignalEventSignal
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