pub enum TpktRecvResult {
Closed,
Data(Vec<u8>),
}Variants§
Auto Trait Implementations§
impl Freeze for TpktRecvResult
impl RefUnwindSafe for TpktRecvResult
impl Send for TpktRecvResult
impl Sync for TpktRecvResult
impl Unpin for TpktRecvResult
impl UnsafeUnpin for TpktRecvResult
impl UnwindSafe for TpktRecvResult
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