pub enum ToolProgressPolicy {
StreamingEvents,
DurableJobEvents,
}Expand description
Where the selected execution mode publishes non-terminal progress.
Variants§
Trait Implementations§
Source§impl Clone for ToolProgressPolicy
impl Clone for ToolProgressPolicy
Source§fn clone(&self) -> ToolProgressPolicy
fn clone(&self) -> ToolProgressPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ToolProgressPolicy
Source§impl Debug for ToolProgressPolicy
impl Debug for ToolProgressPolicy
impl Eq for ToolProgressPolicy
Source§impl PartialEq for ToolProgressPolicy
impl PartialEq for ToolProgressPolicy
impl StructuralPartialEq for ToolProgressPolicy
Auto Trait Implementations§
impl Freeze for ToolProgressPolicy
impl RefUnwindSafe for ToolProgressPolicy
impl Send for ToolProgressPolicy
impl Sync for ToolProgressPolicy
impl Unpin for ToolProgressPolicy
impl UnsafeUnpin for ToolProgressPolicy
impl UnwindSafe for ToolProgressPolicy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.