pub struct SetRegulatoryConfigResponse {
pub error_code: Option<CommissioningError>,
pub debug_text: Option<String>,
}Fields§
§error_code: Option<CommissioningError>§debug_text: Option<String>Trait Implementations§
Source§impl Debug for SetRegulatoryConfigResponse
impl Debug 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 UnwindSafe for SetRegulatoryConfigResponse
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