pub struct SpinnerFrames {
pub frames: &'static [&'static str],
pub interval: f64,
}Expand description
Predefined spinner animations (matching Rich’s spinner set).
Fields§
§frames: &'static [&'static str]§interval: f64Trait Implementations§
Source§impl Clone for SpinnerFrames
impl Clone for SpinnerFrames
Source§fn clone(&self) -> SpinnerFrames
fn clone(&self) -> SpinnerFrames
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 moreAuto Trait Implementations§
impl Freeze for SpinnerFrames
impl RefUnwindSafe for SpinnerFrames
impl Send for SpinnerFrames
impl Sync for SpinnerFrames
impl Unpin for SpinnerFrames
impl UnsafeUnpin for SpinnerFrames
impl UnwindSafe for SpinnerFrames
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