pub struct SendTcpStreamPollDropGuard {
inner: Option<ManuallyDrop<TcpStreamPoll>>,
marked_dropped: Arc<AtomicBool>,
}Expand description
Drop guard for SendTcpStreamPoll.
Fields§
§inner: Option<ManuallyDrop<TcpStreamPoll>>§marked_dropped: Arc<AtomicBool>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SendTcpStreamPollDropGuard
impl !RefUnwindSafe for SendTcpStreamPollDropGuard
impl !Send for SendTcpStreamPollDropGuard
impl !Sync for SendTcpStreamPollDropGuard
impl Unpin for SendTcpStreamPollDropGuard
impl !UnwindSafe for SendTcpStreamPollDropGuard
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