Struct Rframe
pub struct Rframe {
pub tag: u16,
pub msg: Rmessage,
}
Fields§
§tag: u16
§msg: Rmessage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rframe
impl RefUnwindSafe for Rframe
impl Send for Rframe
impl Sync for Rframe
impl Unpin for Rframe
impl UnwindSafe for Rframe
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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