pub struct AstroRun { /* private fields */ }
Implementations§
Source§impl AstroRun
impl AstroRun
pub fn builder() -> AstroRunBuilder
pub fn cancel_job(&self, job_id: &JobId) -> Result<()>
pub fn execution_context(&self) -> ExecutionContextBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstroRun
impl !RefUnwindSafe for AstroRun
impl Send for AstroRun
impl Sync for AstroRun
impl Unpin for AstroRun
impl !UnwindSafe for AstroRun
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