#[repr(u8)]
pub enum FrameOp {
Nop,
Message,
Broadcast,
PublishTopic,
SubscribeTopic,
UnsubscribeTopic,
}Variants
Nop
Message
Broadcast
PublishTopic
SubscribeTopic
UnsubscribeTopic
Trait Implementations
impl Copy for FrameOp
impl Eq for FrameOp
impl StructuralEq for FrameOp
impl StructuralPartialEq for FrameOp
Auto Trait Implementations
impl RefUnwindSafe for FrameOp
impl Send for FrameOp
impl Sync for FrameOp
impl Unpin for FrameOp
impl UnwindSafe for FrameOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more