pub struct Tframe {
pub tag: u16,
pub msg: Result<Tmessage>,
}
Fields§
§tag: u16
§msg: Result<Tmessage>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tframe
impl !RefUnwindSafe for Tframe
impl Send for Tframe
impl Sync for Tframe
impl Unpin for Tframe
impl !UnwindSafe for Tframe
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