pub struct ArmFailSafeResponse {
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 ArmFailSafeResponse
impl Debug for ArmFailSafeResponse
Auto Trait Implementations§
impl Freeze for ArmFailSafeResponse
impl RefUnwindSafe for ArmFailSafeResponse
impl Send for ArmFailSafeResponse
impl Sync for ArmFailSafeResponse
impl Unpin for ArmFailSafeResponse
impl UnwindSafe for ArmFailSafeResponse
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