pub struct LoRaWANClassGetSetResponse {
pub class: String<2>,
}
Expand description
LoRaWAN class get/set response
Fields§
§class: String<2>
Trait Implementations§
Source§impl Clone for LoRaWANClassGetSetResponse
impl Clone for LoRaWANClassGetSetResponse
Source§fn clone(&self) -> LoRaWANClassGetSetResponse
fn clone(&self) -> LoRaWANClassGetSetResponse
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 LoRaWANClassGetSetResponse
impl Debug for LoRaWANClassGetSetResponse
Source§impl<'de> Deserialize<'de> for LoRaWANClassGetSetResponse
impl<'de> Deserialize<'de> for LoRaWANClassGetSetResponse
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
impl AtatResp for LoRaWANClassGetSetResponse
impl StructuralPartialEq for LoRaWANClassGetSetResponse
Auto Trait Implementations§
impl Freeze for LoRaWANClassGetSetResponse
impl RefUnwindSafe for LoRaWANClassGetSetResponse
impl Send for LoRaWANClassGetSetResponse
impl Sync for LoRaWANClassGetSetResponse
impl Unpin for LoRaWANClassGetSetResponse
impl UnwindSafe for LoRaWANClassGetSetResponse
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