struct LocalData {
ctx: RcCell<Context>,
wake_on_schedule: Cell<bool>,
}Fields§
§ctx: RcCell<Context>§wake_on_schedule: Cell<bool>Implementations§
Auto Trait Implementations§
impl !Freeze for LocalData
impl !RefUnwindSafe for LocalData
impl !Send for LocalData
impl !Sync for LocalData
impl Unpin for LocalData
impl UnsafeUnpin for LocalData
impl !UnwindSafe for LocalData
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