pub struct Tailwind;
Implementations§
Source§impl Tailwind
impl Tailwind
pub const BLACK: Color
pub const WHITE: Color
pub const GRAY100: Color
pub const GRAY200: Color
pub const GRAY300: Color
pub const GRAY400: Color
pub const GRAY500: Color
pub const GRAY600: Color
pub const GRAY700: Color
pub const GRAY800: Color
pub const GRAY900: Color
pub const RED100: Color
pub const RED200: Color
pub const RED300: Color
pub const RED400: Color
pub const RED500: Color
pub const RED600: Color
pub const RED700: Color
pub const RED800: Color
pub const RED900: Color
pub const ORANGE100: Color
pub const ORANGE200: Color
pub const ORANGE300: Color
pub const ORANGE400: Color
pub const ORANGE500: Color
pub const ORANGE600: Color
pub const ORANGE700: Color
pub const ORANGE800: Color
pub const ORANGE900: Color
pub const YELLOW100: Color
pub const YELLOW200: Color
pub const YELLOW300: Color
pub const YELLOW400: Color
pub const YELLOW500: Color
pub const YELLOW600: Color
pub const YELLOW700: Color
pub const YELLOW800: Color
pub const YELLOW900: Color
pub const GREEN100: Color
pub const GREEN200: Color
pub const GREEN300: Color
pub const GREEN400: Color
pub const GREEN500: Color
pub const GREEN600: Color
pub const GREEN700: Color
pub const GREEN800: Color
pub const GREEN900: Color
pub const TEAL100: Color
pub const TEAL200: Color
pub const TEAL300: Color
pub const TEAL400: Color
pub const TEAL500: Color
pub const TEAL600: Color
pub const TEAL700: Color
pub const TEAL800: Color
pub const TEAL900: Color
pub const BLUE100: Color
pub const BLUE200: Color
pub const BLUE300: Color
pub const BLUE400: Color
pub const BLUE500: Color
pub const BLUE600: Color
pub const BLUE700: Color
pub const BLUE800: Color
pub const BLUE900: Color
pub const INDIGO100: Color
pub const INDIGO200: Color
pub const INDIGO300: Color
pub const INDIGO400: Color
pub const INDIGO500: Color
pub const INDIGO600: Color
pub const INDIGO700: Color
pub const INDIGO800: Color
pub const INDIGO900: Color
pub const PURPLE100: Color
pub const PURPLE200: Color
pub const PURPLE300: Color
pub const PURPLE400: Color
pub const PURPLE500: Color
pub const PURPLE600: Color
pub const PURPLE700: Color
pub const PURPLE800: Color
pub const PURPLE900: Color
pub const PINK100: Color
pub const PINK200: Color
pub const PINK300: Color
pub const PINK400: Color
pub const PINK500: Color
pub const PINK600: Color
pub const PINK700: Color
pub const PINK800: Color
pub const PINK900: Color
Auto Trait Implementations§
impl Freeze for Tailwind
impl RefUnwindSafe for Tailwind
impl Send for Tailwind
impl Sync for Tailwind
impl Unpin for Tailwind
impl UnwindSafe for Tailwind
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
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.