pub(crate) struct Unparker {
inner: Arc<Inner>,
}
Fields§
§inner: Arc<Inner>
Implementations§
Auto Trait Implementations§
impl Freeze for Unparker
impl !RefUnwindSafe for Unparker
impl Send for Unparker
impl Sync for Unparker
impl Unpin for Unparker
impl !UnwindSafe for Unparker
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