pub struct PendingBundleExport { /* private fields */ }Expand description
A marker intentionally has no cleanup in Drop: unwinding, a killed
process, or an ambiguous backend error are precisely the cases that must
remain visible to doctor.
Implementations§
Auto Trait Implementations§
impl Freeze for PendingBundleExport
impl RefUnwindSafe for PendingBundleExport
impl Send for PendingBundleExport
impl Sync for PendingBundleExport
impl Unpin for PendingBundleExport
impl UnsafeUnpin for PendingBundleExport
impl UnwindSafe for PendingBundleExport
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