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 UnsafeUnpin 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