pub struct LHMFrame {
pub id: u32,
pub body: Bytes,
}Fields§
§id: u32§body: BytesTrait Implementations§
Auto Trait Implementations§
impl !Freeze for LHMFrame
impl RefUnwindSafe for LHMFrame
impl Send for LHMFrame
impl Sync for LHMFrame
impl Unpin for LHMFrame
impl UnsafeUnpin for LHMFrame
impl UnwindSafe for LHMFrame
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