pub enum IdlingFrame {
Is(&'static str),
Last,
}Expand description
Idling spinner frame
What to render when the spinner stops
Variants§
Trait Implementations§
Source§impl Clone for IdlingFrame
impl Clone for IdlingFrame
Source§fn clone(&self) -> IdlingFrame
fn clone(&self) -> IdlingFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdlingFrame
impl Debug for IdlingFrame
impl Copy for IdlingFrame
Auto Trait Implementations§
impl Freeze for IdlingFrame
impl RefUnwindSafe for IdlingFrame
impl Send for IdlingFrame
impl Sync for IdlingFrame
impl Unpin for IdlingFrame
impl UnwindSafe for IdlingFrame
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