pub struct NebulaGauge<'a> { /* private fields */ }Expand description
A compact progress gauge with a flowing nebula fill.
Implementations§
Source§impl<'a> NebulaGauge<'a>
impl<'a> NebulaGauge<'a>
Sourcepub fn palette(self, palette: AislingPalette) -> Self
pub fn palette(self, palette: AislingPalette) -> Self
Sets the color palette.
Trait Implementations§
Source§impl<'a> Clone for NebulaGauge<'a>
impl<'a> Clone for NebulaGauge<'a>
Source§fn clone(&self) -> NebulaGauge<'a>
fn clone(&self) -> NebulaGauge<'a>
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 moreSource§impl<'a> Debug for NebulaGauge<'a>
impl<'a> Debug for NebulaGauge<'a>
Source§impl PartialEq for NebulaGauge<'_>
impl PartialEq for NebulaGauge<'_>
Auto Trait Implementations§
impl<'a> Freeze for NebulaGauge<'a>
impl<'a> RefUnwindSafe for NebulaGauge<'a>
impl<'a> Send for NebulaGauge<'a>
impl<'a> Sync for NebulaGauge<'a>
impl<'a> Unpin for NebulaGauge<'a>
impl<'a> UnsafeUnpin for NebulaGauge<'a>
impl<'a> UnwindSafe for NebulaGauge<'a>
Blanket Implementations§
Source§impl<W> AislingExt for Wwhere
W: Widget,
impl<W> AislingExt for Wwhere
W: Widget,
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