pub struct MessageQueuedEvent {
pub message_id: Option<u8>,
}Fields§
§message_id: Option<u8>Trait Implementations§
Source§impl Debug for MessageQueuedEvent
impl Debug for MessageQueuedEvent
Auto Trait Implementations§
impl Freeze for MessageQueuedEvent
impl RefUnwindSafe for MessageQueuedEvent
impl Send for MessageQueuedEvent
impl Sync for MessageQueuedEvent
impl Unpin for MessageQueuedEvent
impl UnwindSafe for MessageQueuedEvent
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