pub struct Tflush {
pub oldtag: u16,
}Fields§
§oldtag: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tflush
impl RefUnwindSafe for Tflush
impl Send for Tflush
impl Sync for Tflush
impl Unpin for Tflush
impl UnwindSafe for Tflush
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