#[repr(u8)]pub enum FrameOp {
Nop = 0,
Message = 18,
Broadcast = 19,
PublishTopic = 1,
PublishTopicFor = 6,
SubscribeTopic = 2,
UnsubscribeTopic = 3,
ExcludeTopic = 4,
UnexcludeTopic = 5,
}Variants§
Nop = 0
Message = 18
Broadcast = 19
PublishTopic = 1
PublishTopicFor = 6
SubscribeTopic = 2
UnsubscribeTopic = 3
ExcludeTopic = 4
UnexcludeTopic = 5
Trait Implementations§
impl Copy for FrameOp
impl Eq for FrameOp
impl StructuralPartialEq for FrameOp
Auto Trait Implementations§
impl Freeze for FrameOp
impl RefUnwindSafe for FrameOp
impl Send for FrameOp
impl Sync for FrameOp
impl Unpin for FrameOp
impl UnwindSafe for FrameOp
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