pub struct DataRateGetSetResponse {
pub rate: String<42>,
}
Expand description
Data rate get/set response Example return US915 DR0 SF10 BW125K
Fields§
§rate: String<42>
Trait Implementations§
Source§impl Clone for DataRateGetSetResponse
impl Clone for DataRateGetSetResponse
Source§fn clone(&self) -> DataRateGetSetResponse
fn clone(&self) -> DataRateGetSetResponse
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 DataRateGetSetResponse
impl Debug for DataRateGetSetResponse
Source§impl<'de> Deserialize<'de> for DataRateGetSetResponse
impl<'de> Deserialize<'de> for DataRateGetSetResponse
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 DataRateGetSetResponse
impl PartialEq for DataRateGetSetResponse
impl AtatResp for DataRateGetSetResponse
impl StructuralPartialEq for DataRateGetSetResponse
Auto Trait Implementations§
impl Freeze for DataRateGetSetResponse
impl RefUnwindSafe for DataRateGetSetResponse
impl Send for DataRateGetSetResponse
impl Sync for DataRateGetSetResponse
impl Unpin for DataRateGetSetResponse
impl UnwindSafe for DataRateGetSetResponse
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