pub struct UplinkDownlinkCounterGetResponse {
pub uplink: u32,
pub downlink: u32,
}
Expand description
Uplink/Downlink counter response
Fields§
§uplink: u32
§downlink: u32
Implementations§
Trait Implementations§
Source§impl Clone for UplinkDownlinkCounterGetResponse
impl Clone for UplinkDownlinkCounterGetResponse
Source§fn clone(&self) -> UplinkDownlinkCounterGetResponse
fn clone(&self) -> UplinkDownlinkCounterGetResponse
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<'de> Deserialize<'de> for UplinkDownlinkCounterGetResponse
impl<'de> Deserialize<'de> for UplinkDownlinkCounterGetResponse
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 UplinkDownlinkCounterGetResponse
impl PartialEq for UplinkDownlinkCounterGetResponse
Source§fn eq(&self, other: &UplinkDownlinkCounterGetResponse) -> bool
fn eq(&self, other: &UplinkDownlinkCounterGetResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl AtatResp for UplinkDownlinkCounterGetResponse
impl StructuralPartialEq for UplinkDownlinkCounterGetResponse
Auto Trait Implementations§
impl Freeze for UplinkDownlinkCounterGetResponse
impl RefUnwindSafe for UplinkDownlinkCounterGetResponse
impl Send for UplinkDownlinkCounterGetResponse
impl Sync for UplinkDownlinkCounterGetResponse
impl Unpin for UplinkDownlinkCounterGetResponse
impl UnwindSafe for UplinkDownlinkCounterGetResponse
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