pub struct ArmFailSafeResponse {
pub error_code: u8,
pub debug_text: Option<String>,
}Expand description
Decoded ArmFailSafeResponse (spec §11.10.6.2).
Fields§
§error_code: u8CommissioningErrorEnum (spec §11.10.5.1). 0 = OK.
debug_text: Option<String>Optional human-readable debug text (≤128 chars).
Trait Implementations§
Source§impl Clone for ArmFailSafeResponse
impl Clone for ArmFailSafeResponse
Source§fn clone(&self) -> ArmFailSafeResponse
fn clone(&self) -> ArmFailSafeResponse
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 ArmFailSafeResponse
impl Debug for ArmFailSafeResponse
impl Eq for ArmFailSafeResponse
Source§impl PartialEq for ArmFailSafeResponse
impl PartialEq for ArmFailSafeResponse
impl StructuralPartialEq 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 UnsafeUnpin for ArmFailSafeResponse
impl UnwindSafe for ArmFailSafeResponse
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