pub enum SendResponse {
DownlinkReceived(FcntDown),
SessionExpired,
NoAck,
RxComplete,
}
Variants§
Trait Implementations§
Source§impl Debug for SendResponse
impl Debug for SendResponse
Source§impl Format for SendResponse
impl Format for SendResponse
Auto Trait Implementations§
impl Freeze for SendResponse
impl RefUnwindSafe for SendResponse
impl Send for SendResponse
impl Sync for SendResponse
impl Unpin for SendResponse
impl UnwindSafe for SendResponse
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