pub struct Scheduler { /* private fields */ }Implementations
sourceimpl Scheduler
impl Scheduler
pub fn new(server: &Server, ctx: &Context) -> Result<Self>
pub fn info(&self) -> &Info
pub fn config(&self) -> &Config
pub fn request_interrupt(&mut self)
pub fn show(&mut self, ui: &mut Ui) -> Result<()>
pub fn sync_writer(&mut self) -> &mut QWriter<SyncSignal>
pub fn async_writer(&mut self) -> &mut QWriter<AsyncSignal>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Scheduler
impl Send for Scheduler
impl !Sync for Scheduler
impl Unpin for Scheduler
impl !UnwindSafe for Scheduler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more