pub struct ProviderProgressReporter(/* private fields */);Expand description
Cloneable, invocation-scoped progress collector.
The reporter deliberately has no global registry: a provider can only write to the collector that the authenticated host call supplied.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderProgressReporter
impl Clone for ProviderProgressReporter
Source§fn clone(&self) -> ProviderProgressReporter
fn clone(&self) -> ProviderProgressReporter
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 moreSource§impl Debug for ProviderProgressReporter
impl Debug for ProviderProgressReporter
Source§impl Default for ProviderProgressReporter
impl Default for ProviderProgressReporter
Source§fn default() -> ProviderProgressReporter
fn default() -> ProviderProgressReporter
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProviderProgressReporter
impl PartialEq for ProviderProgressReporter
impl Eq for ProviderProgressReporter
Auto Trait Implementations§
impl Freeze for ProviderProgressReporter
impl RefUnwindSafe for ProviderProgressReporter
impl Send for ProviderProgressReporter
impl Sync for ProviderProgressReporter
impl Unpin for ProviderProgressReporter
impl UnsafeUnpin for ProviderProgressReporter
impl UnwindSafe for ProviderProgressReporter
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.