Struct ambient_api::prelude::Throbber
source · pub struct Throbber;
Expand description
Shows an animated progress bar to indicate that progress is being made and has not frozen.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Throbber
impl Send for Throbber
impl Sync for Throbber
impl Unpin for Throbber
impl UnwindSafe for Throbber
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
source§impl<T> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.