pub struct ErrReq;
Expand description
The sylvia-iot module specific error codes in addition to standard
sylvia_iot_corelib::err::ErrResp
.
Implementations§
Source§impl ErrReq
impl ErrReq
pub const APPLICATION_EXIST: (u16, &'static str)
pub const DEVICE_NOT_EXIST: (u16, &'static str)
pub const NETWORK_EXIST: (u16, &'static str)
pub const UNIT_NOT_EXIST: (u16, &'static str)
Auto Trait Implementations§
impl Freeze for ErrReq
impl RefUnwindSafe for ErrReq
impl Send for ErrReq
impl Sync for ErrReq
impl Unpin for ErrReq
impl UnwindSafe for ErrReq
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