pub struct ModeGetSetResponse {
pub mode: String<24>,
}
Expand description
MODE Get/Set Response
Fields§
§mode: String<24>
Implementations§
Source§impl ModeGetSetResponse
impl ModeGetSetResponse
pub fn mode(self) -> LoraJoinMode
Trait Implementations§
Source§impl Clone for ModeGetSetResponse
impl Clone for ModeGetSetResponse
Source§fn clone(&self) -> ModeGetSetResponse
fn clone(&self) -> ModeGetSetResponse
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 ModeGetSetResponse
impl Debug for ModeGetSetResponse
Source§impl<'de> Deserialize<'de> for ModeGetSetResponse
impl<'de> Deserialize<'de> for ModeGetSetResponse
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 From<ModeGetSetResponse> for LoraJoinMode
impl From<ModeGetSetResponse> for LoraJoinMode
Source§fn from(value: ModeGetSetResponse) -> Self
fn from(value: ModeGetSetResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ModeGetSetResponse
impl PartialEq for ModeGetSetResponse
impl AtatResp for ModeGetSetResponse
impl StructuralPartialEq for ModeGetSetResponse
Auto Trait Implementations§
impl Freeze for ModeGetSetResponse
impl RefUnwindSafe for ModeGetSetResponse
impl Send for ModeGetSetResponse
impl Sync for ModeGetSetResponse
impl Unpin for ModeGetSetResponse
impl UnwindSafe for ModeGetSetResponse
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