#[repr(u8)]pub enum LiteMessageType {
Hello = 1,
Welcome = 2,
Set = 33,
Publish = 32,
Ping = 65,
Pong = 66,
}Expand description
Lite message types
Variants§
Auto Trait Implementations§
impl Freeze for LiteMessageType
impl RefUnwindSafe for LiteMessageType
impl Send for LiteMessageType
impl Sync for LiteMessageType
impl Unpin for LiteMessageType
impl UnwindSafe for LiteMessageType
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