pub struct NetworkConfigResponse {
pub networking_status: Option<NetworkCommissioningStatus>,
pub debug_text: Option<String>,
pub network_index: Option<u8>,
pub client_identity: Option<Vec<u8>>,
pub possession_signature: Option<Vec<u8>>,
}Fields§
§networking_status: Option<NetworkCommissioningStatus>§debug_text: Option<String>§network_index: Option<u8>§client_identity: Option<Vec<u8>>§possession_signature: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for NetworkConfigResponse
impl Debug for NetworkConfigResponse
Auto Trait Implementations§
impl Freeze for NetworkConfigResponse
impl RefUnwindSafe for NetworkConfigResponse
impl Send for NetworkConfigResponse
impl Sync for NetworkConfigResponse
impl Unpin for NetworkConfigResponse
impl UnsafeUnpin for NetworkConfigResponse
impl UnwindSafe for NetworkConfigResponse
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