pub enum MessageFrame {
}Expand description
Type wrapper for the mux packet representations.
Variants§
Treq(Treq)
Rreq(Rmsg)
Tdispatch(Tdispatch)
Rdispatch(Rdispatch)
Tinit(Init)
Rinit(Init)
Tdrain
Rdrain
Tping
Rping
Tdiscarded(Tdiscarded)
Tlease(Tlease)
Rerr(Rerr)
Implementations§
Trait Implementations§
Source§impl Debug for MessageFrame
impl Debug for MessageFrame
Source§impl PartialEq for MessageFrame
impl PartialEq for MessageFrame
impl Eq for MessageFrame
impl StructuralPartialEq for MessageFrame
Auto Trait Implementations§
impl Freeze for MessageFrame
impl RefUnwindSafe for MessageFrame
impl Send for MessageFrame
impl Sync for MessageFrame
impl Unpin for MessageFrame
impl UnwindSafe for MessageFrame
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