pub enum Spinners {
Show 82 variants
Dots,
Dots2,
Dots3,
Dots4,
Dots5,
Dots6,
Dots7,
Dots8,
Dots9,
Dots10,
Dots11,
Dots12,
Dots8Bit,
Line,
Line2,
Pipe,
SimpleDots,
SimpleDotsScrolling,
Star,
Star2,
Flip,
Hamburger,
GrowVertical,
GrowHorizontal,
Balloon,
Balloon2,
Noise,
Bounce,
BoxBounce,
BoxBounce2,
Triangle,
Arc,
Circle,
SquareCorners,
CircleQuarters,
CircleHalves,
Squish,
Toggle,
Toggle2,
Toggle3,
Toggle4,
Toggle5,
Toggle6,
Toggle7,
Toggle8,
Toggle9,
Toggle10,
Toggle11,
Toggle12,
Toggle13,
Arrow,
Arrow2,
Arrow3,
BouncingBar,
BouncingBall,
Smiley,
Monkey,
Hearts,
Clock,
Earth,
Material,
Moon,
Runner,
Pong,
Shark,
Dqpb,
Weather,
Christmas,
Grenade,
Point,
Layer,
BetaWave,
FingerDance,
FistBump,
SoccerHeader,
Mindblown,
Speaker,
OrangePulse,
BluePulse,
OrangeBluePulse,
TimeTravel,
Aesthetic,
}
Variants§
Dots
Dots2
Dots3
Dots4
Dots5
Dots6
Dots7
Dots8
Dots9
Dots10
Dots11
Dots12
Dots8Bit
Line
Line2
Pipe
SimpleDots
SimpleDotsScrolling
Star
Star2
Flip
Hamburger
GrowVertical
GrowHorizontal
Balloon
Balloon2
Noise
Bounce
BoxBounce
BoxBounce2
Triangle
Arc
Circle
SquareCorners
CircleQuarters
CircleHalves
Squish
Toggle
Toggle2
Toggle3
Toggle4
Toggle5
Toggle6
Toggle7
Toggle8
Toggle9
Toggle10
Toggle11
Toggle12
Toggle13
Arrow
Arrow2
Arrow3
BouncingBar
BouncingBall
Smiley
Monkey
Hearts
Clock
Earth
Material
Moon
Runner
Pong
Shark
Dqpb
Weather
Christmas
Grenade
Point
Layer
BetaWave
FingerDance
FistBump
SoccerHeader
Mindblown
Speaker
OrangePulse
BluePulse
OrangeBluePulse
TimeTravel
Aesthetic
Trait Implementations§
Source§impl Clone for SpinnerNames
impl Clone for SpinnerNames
Source§fn clone(&self) -> SpinnerNames
fn clone(&self) -> SpinnerNames
Returns a copy 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 SpinnerNames
impl Debug for SpinnerNames
Source§impl Display for SpinnerNames
impl Display for SpinnerNames
Source§impl FromStr for SpinnerNames
impl FromStr for SpinnerNames
Source§impl IntoEnumIterator for SpinnerNames
impl IntoEnumIterator for SpinnerNames
Auto Trait Implementations§
impl Freeze for SpinnerNames
impl RefUnwindSafe for SpinnerNames
impl Send for SpinnerNames
impl Sync for SpinnerNames
impl Unpin for SpinnerNames
impl UnwindSafe for SpinnerNames
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