pub struct WindowsFetchDataProgressReporter { /* private fields */ }Expand description
Cloneable correlation handle for reporting progress while the request itself is awaiting hydration. It owns no terminal completion authority.
Implementations§
Source§impl WindowsFetchDataProgressReporter
impl WindowsFetchDataProgressReporter
Sourcepub const fn correlation(&self) -> WindowsFetchDataCorrelation
pub const fn correlation(&self) -> WindowsFetchDataCorrelation
Returns the owned callback correlation used for progress reporting.
Trait Implementations§
Source§impl Clone for WindowsFetchDataProgressReporter
impl Clone for WindowsFetchDataProgressReporter
Source§fn clone(&self) -> WindowsFetchDataProgressReporter
fn clone(&self) -> WindowsFetchDataProgressReporter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WindowsFetchDataProgressReporter
impl RefUnwindSafe for WindowsFetchDataProgressReporter
impl Send for WindowsFetchDataProgressReporter
impl Sync for WindowsFetchDataProgressReporter
impl Unpin for WindowsFetchDataProgressReporter
impl UnwindSafe for WindowsFetchDataProgressReporter
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