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