pub struct SetRegulatoryConfigResponse {
pub error_code: u8,
pub debug_text: Option<String>,
}Expand description
Decoded SetRegulatoryConfigResponse (spec §11.10.6.4).
Fields§
§error_code: u8CommissioningErrorEnum. 0 = OK.
debug_text: Option<String>Optional debug text.
Trait Implementations§
Source§impl Clone for SetRegulatoryConfigResponse
impl Clone for SetRegulatoryConfigResponse
Source§fn clone(&self) -> SetRegulatoryConfigResponse
fn clone(&self) -> SetRegulatoryConfigResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetRegulatoryConfigResponse
impl Debug for SetRegulatoryConfigResponse
impl Eq for SetRegulatoryConfigResponse
impl StructuralPartialEq for SetRegulatoryConfigResponse
Auto Trait Implementations§
impl Freeze for SetRegulatoryConfigResponse
impl RefUnwindSafe for SetRegulatoryConfigResponse
impl Send for SetRegulatoryConfigResponse
impl Sync for SetRegulatoryConfigResponse
impl Unpin for SetRegulatoryConfigResponse
impl UnsafeUnpin for SetRegulatoryConfigResponse
impl UnwindSafe for SetRegulatoryConfigResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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