pub struct RefreshButton<'a, T, E> { /* private fields */ }Expand description
A button widget that tracks an asynchronous Bind to provide manual and automated periodic refreshing.
Implementations§
Source§impl<'a, T, E> RefreshButton<'a, T, E>
impl<'a, T, E> RefreshButton<'a, T, E>
Sourcepub const fn interval_secs(self, secs: f64) -> Self
pub const fn interval_secs(self, secs: f64) -> Self
Sets the automated interval in seconds.
Auto Trait Implementations§
impl<'a, T, E> Freeze for RefreshButton<'a, T, E>
impl<'a, T, E> !RefUnwindSafe for RefreshButton<'a, T, E>
impl<'a, T, E> Send for RefreshButton<'a, T, E>
impl<'a, T, E> Sync for RefreshButton<'a, T, E>
impl<'a, T, E> Unpin for RefreshButton<'a, T, E>
impl<'a, T, E> UnsafeUnpin for RefreshButton<'a, T, E>
impl<'a, T, E> !UnwindSafe for RefreshButton<'a, T, E>
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