pub struct Progress { /* private fields */ }Expand description
Implementations§
Source§impl Progress
impl Progress
pub fn create(status_text: AdaptiveText<'_>, value: ProgressValue<'_>) -> Self
pub fn with_title<T: AsRef<str>>(self, title: AdaptiveText<'_>) -> Self
pub fn with_value(self, value: ProgressValue<'_>) -> Self
pub fn with_override_value(self, value: AdaptiveText<'_>) -> Self
pub unsafe fn new_unchecked( title: Option<String>, status_text: String, value: ProgressValue<'_>, value_string_override: Option<String>, ) -> Self
Trait Implementations§
impl ToastVisualableXML for Progress
impl VisualElement for Progress
Auto Trait Implementations§
impl Freeze for Progress
impl RefUnwindSafe for Progress
impl Send for Progress
impl Sync for Progress
impl Unpin for Progress
impl UnsafeUnpin for Progress
impl UnwindSafe for Progress
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