pub struct SchedulerCell(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for SchedulerCell
impl Default for SchedulerCell
impl Sync for SchedulerCell
Auto Trait Implementations§
impl !Freeze for SchedulerCell
impl !RefUnwindSafe for SchedulerCell
impl !Send for SchedulerCell
impl Unpin for SchedulerCell
impl !UnwindSafe for SchedulerCell
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