pub struct PulseRing { /* private fields */ }Expand description
An animated expanding concentric ring effect.
Implementations§
Trait Implementations§
impl Eq for PulseRing
impl StructuralPartialEq for PulseRing
Auto Trait Implementations§
impl Freeze for PulseRing
impl RefUnwindSafe for PulseRing
impl Send for PulseRing
impl Sync for PulseRing
impl Unpin for PulseRing
impl UnsafeUnpin for PulseRing
impl UnwindSafe for PulseRing
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