pub struct AnimationScale {
pub none: String,
pub spin: String,
pub ping: String,
pub pulse: String,
pub bounce: String,
}Expand description
Re-export core tailwind-rs functionality Animation scale
Fields§
§none: String§spin: String§ping: String§pulse: String§bounce: StringImplementations§
Source§impl AnimationScale
impl AnimationScale
Sourcepub fn new() -> AnimationScale
pub fn new() -> AnimationScale
Creates a new animation scale with default values
Trait Implementations§
Source§impl Default for AnimationScale
impl Default for AnimationScale
Source§fn default() -> AnimationScale
fn default() -> AnimationScale
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnimationScale
impl RefUnwindSafe for AnimationScale
impl Send for AnimationScale
impl Sync for AnimationScale
impl Unpin for AnimationScale
impl UnwindSafe for AnimationScale
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