pub struct ReceivedFrame {
pub method_id: u32,
pub payload: Vec<u8>,
pub flags: FrameFlags,
pub channel_id: u32,
}Expand description
A frame that was received and routed.
Fields§
§method_id: u32§payload: Vec<u8>§flags: FrameFlags§channel_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReceivedFrame
impl RefUnwindSafe for ReceivedFrame
impl Send for ReceivedFrame
impl Sync for ReceivedFrame
impl Unpin for ReceivedFrame
impl UnwindSafe for ReceivedFrame
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more