pub struct ExecutionContext { /* private fields */ }Expand description
Semantic execution state for embeddable Heddle operations.
Implementations§
Source§impl ExecutionContext
impl ExecutionContext
pub fn builder() -> ExecutionContextBuilder
pub fn require_repo(&self) -> Result<&Repository, HeddleError>
pub fn repo(&self) -> Option<&Repository>
pub fn config(&self) -> &UserConfig
pub fn progress(&self) -> &dyn ProgressSink
pub fn warnings(&self) -> &dyn WarningSink
pub fn verbosity(&self) -> Verbosity
pub fn op_id(&self) -> Option<&str>
Auto Trait Implementations§
impl !Freeze for ExecutionContext
impl !RefUnwindSafe for ExecutionContext
impl !UnwindSafe for ExecutionContext
impl Send for ExecutionContext
impl Sync for ExecutionContext
impl Unpin for ExecutionContext
impl UnsafeUnpin for ExecutionContext
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