Struct tailwind_css::PaletteSystem
source · pub struct PaletteSystem { /* private fields */ }
Expand description
Implementations§
source§impl PaletteSystem
impl PaletteSystem
sourcepub fn builtin() -> Self
pub fn builtin() -> Self
Builtin palettes https://tailwindcss.com/docs/customizing-colors
Trait Implementations§
source§impl Clone for PaletteSystem
impl Clone for PaletteSystem
source§fn clone(&self) -> PaletteSystem
fn clone(&self) -> PaletteSystem
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 PaletteSystem
impl Debug for PaletteSystem
source§impl Default for PaletteSystem
impl Default for PaletteSystem
source§fn default() -> PaletteSystem
fn default() -> PaletteSystem
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PaletteSystem
impl Send for PaletteSystem
impl Sync for PaletteSystem
impl Unpin for PaletteSystem
impl UnwindSafe for PaletteSystem
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