pub struct StatusComment {Show 22 fields
pub version: Option<String>,
pub platform: Option<String>,
pub cpu_load: Option<Decimal>,
pub ram_free: Option<Decimal>,
pub ram_total: Option<Decimal>,
pub ntp_offset: Option<Decimal>,
pub ntp_correction: Option<Decimal>,
pub voltage: Option<Decimal>,
pub amperage: Option<Decimal>,
pub cpu_temperature: Option<Decimal>,
pub visible_senders: Option<u16>,
pub latency: Option<Decimal>,
pub senders: Option<u16>,
pub rf_correction_manual: Option<i16>,
pub rf_correction_automatic: Option<Decimal>,
pub noise: Option<Decimal>,
pub senders_signal_quality: Option<Decimal>,
pub senders_messages: Option<u32>,
pub good_senders_signal_quality: Option<Decimal>,
pub good_senders: Option<u16>,
pub good_and_bad_senders: Option<u16>,
pub unparsed: Option<String>,
}
Fields§
§version: Option<String>
§platform: Option<String>
§cpu_load: Option<Decimal>
§ram_free: Option<Decimal>
§ram_total: Option<Decimal>
§ntp_offset: Option<Decimal>
§ntp_correction: Option<Decimal>
§voltage: Option<Decimal>
§amperage: Option<Decimal>
§cpu_temperature: Option<Decimal>
§visible_senders: Option<u16>
§latency: Option<Decimal>
§senders: Option<u16>
§rf_correction_manual: Option<i16>
§rf_correction_automatic: Option<Decimal>
§noise: Option<Decimal>
§senders_signal_quality: Option<Decimal>
§senders_messages: Option<u32>
§good_senders_signal_quality: Option<Decimal>
§good_senders: Option<u16>
§good_and_bad_senders: Option<u16>
§unparsed: Option<String>
Trait Implementations§
Source§impl Clone for StatusComment
impl Clone for StatusComment
Source§fn clone(&self) -> StatusComment
fn clone(&self) -> StatusComment
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 StatusComment
impl Debug for StatusComment
Source§impl Default for StatusComment
impl Default for StatusComment
Source§fn default() -> StatusComment
fn default() -> StatusComment
Returns the “default value” for a type. Read more
Source§impl FromStr for StatusComment
impl FromStr for StatusComment
Source§impl PartialEq for StatusComment
impl PartialEq for StatusComment
Source§impl Serialize for StatusComment
impl Serialize for StatusComment
impl StructuralPartialEq for StatusComment
Auto Trait Implementations§
impl Freeze for StatusComment
impl RefUnwindSafe for StatusComment
impl Send for StatusComment
impl Sync for StatusComment
impl Unpin for StatusComment
impl UnwindSafe for StatusComment
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