pub struct UnknownMessage {
pub msg_type_id: MessageType,
pub data: Bytes,
}
Expand description
Any undefined message.
Fields§
§msg_type_id: MessageType
The message type ID.
data: Bytes
The message data.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UnknownMessage
impl RefUnwindSafe for UnknownMessage
impl Send for UnknownMessage
impl Sync for UnknownMessage
impl Unpin for UnknownMessage
impl UnwindSafe for UnknownMessage
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