pub struct PinnedContext {
td: BorrowedArc<Thread>,
phantom: PhantomData<Rc<()>>,
}
Expand description
Fields§
§td: BorrowedArc<Thread>
§phantom: PhantomData<Rc<()>>
Implementations§
Source§impl PinnedContext
impl PinnedContext
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinnedContext
impl !RefUnwindSafe for PinnedContext
impl !Send for PinnedContext
impl !Sync for PinnedContext
impl Unpin for PinnedContext
impl !UnwindSafe for PinnedContext
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