pub struct ProgressNotifier { /* private fields */ }Expand description
Notification handle that coalesces state changes without claiming delivery.
Implementations§
Trait Implementations§
Source§impl Clone for ProgressNotifier
impl Clone for ProgressNotifier
Source§fn clone(&self) -> ProgressNotifier
fn clone(&self) -> ProgressNotifier
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 moreAuto Trait Implementations§
impl Freeze for ProgressNotifier
impl RefUnwindSafe for ProgressNotifier
impl Send for ProgressNotifier
impl Sync for ProgressNotifier
impl Unpin for ProgressNotifier
impl UnsafeUnpin for ProgressNotifier
impl UnwindSafe for ProgressNotifier
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