Struct futures_util::abortable::AbortInner
source · pub(crate) struct AbortInner {
pub(crate) waker: AtomicWaker,
pub(crate) aborted: AtomicBool,
}
Fields§
§waker: AtomicWaker
§aborted: AtomicBool
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AbortInner
impl !RefUnwindSafe for AbortInner
impl Send for AbortInner
impl Sync for AbortInner
impl Unpin for AbortInner
impl UnwindSafe for AbortInner
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