Struct async_drop_guard::AsyncDropArc
source · [−]Implementations
sourceimpl<T: AsyncDrop + Debug + Sync + Send> AsyncDropArc<T>
impl<T: AsyncDrop + Debug + Sync + Send> AsyncDropArc<T>
pub fn new(v: AsyncDropGuard<T>) -> AsyncDropGuard<Self>
pub fn clone(this: &AsyncDropGuard<Self>) -> AsyncDropGuard<Self>
Trait Implementations
sourceimpl<T: AsyncDrop + Debug + Sync + Send> AsyncDrop for AsyncDropArc<T>
impl<T: AsyncDrop + Debug + Sync + Send> AsyncDrop for AsyncDropArc<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for AsyncDropArc<T> where
T: RefUnwindSafe,
impl<T> Send for AsyncDropArc<T>
impl<T> Sync for AsyncDropArc<T>
impl<T> Unpin for AsyncDropArc<T>
impl<T> UnwindSafe for AsyncDropArc<T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more