pub struct AckStatusEvent {
pub acknowledgement: AcknowledgementStatus,
}Expand description
Event emitted in the onAcknowledgePacket module callback to indicate
whether the acknowledgement is a success or a failure
Fields§
§acknowledgement: AcknowledgementStatusAuto Trait Implementations§
impl Freeze for AckStatusEvent
impl RefUnwindSafe for AckStatusEvent
impl Send for AckStatusEvent
impl Sync for AckStatusEvent
impl Unpin for AckStatusEvent
impl UnwindSafe for AckStatusEvent
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