pub struct ProgressNotificationBuilder { /* private fields */ }Expand description
Builder for progress notifications
Implementations§
Auto Trait Implementations§
impl Freeze for ProgressNotificationBuilder
impl RefUnwindSafe for ProgressNotificationBuilder
impl Send for ProgressNotificationBuilder
impl Sync for ProgressNotificationBuilder
impl Unpin for ProgressNotificationBuilder
impl UnwindSafe for ProgressNotificationBuilder
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