pub struct Theme {Show 30 fields
pub color_primary: &'static str,
pub color_success: &'static str,
pub color_warning: &'static str,
pub color_danger: &'static str,
pub color_info: &'static str,
pub color_white: &'static str,
pub color_black: &'static str,
pub color_text_primary: &'static str,
pub color_text_regular: &'static str,
pub color_text_secondary: &'static str,
pub color_text_placeholder: &'static str,
pub border_color_base: &'static str,
pub border_color_light: &'static str,
pub border_color_lighter: &'static str,
pub border_color_extra_light: &'static str,
pub background_color_base: &'static str,
pub font_size_extra_large: &'static str,
pub font_size_large: &'static str,
pub font_size_medium: &'static str,
pub font_size_base: &'static str,
pub font_size_small: &'static str,
pub font_size_extra_small: &'static str,
pub border_radius_base: &'static str,
pub border_radius_small: &'static str,
pub border_radius_circle: &'static str,
pub padding_base: &'static str,
pub all_transition: &'static str,
pub fade_transition: &'static str,
pub border_transition_base: &'static str,
pub color_transition_base: &'static str,
}Expand description
๐ฏ Element Plus ๅฎๆดไธป้ข้ ็ฝฎ
Fieldsยง
ยงcolor_primary: &'static strยงcolor_success: &'static strยงcolor_warning: &'static strยงcolor_danger: &'static strยงcolor_info: &'static strยงcolor_white: &'static strยงcolor_black: &'static strยงcolor_text_primary: &'static strยงcolor_text_regular: &'static strยงcolor_text_secondary: &'static strยงcolor_text_placeholder: &'static strยงborder_color_base: &'static strยงborder_color_light: &'static strยงborder_color_lighter: &'static strยงborder_color_extra_light: &'static strยงbackground_color_base: &'static strยงfont_size_extra_large: &'static strยงfont_size_large: &'static strยงfont_size_medium: &'static strยงfont_size_base: &'static strยงfont_size_small: &'static strยงfont_size_extra_small: &'static strยงborder_radius_base: &'static strยงborder_radius_small: &'static strยงborder_radius_circle: &'static strยงpadding_base: &'static strยงall_transition: &'static strยงfade_transition: &'static strยงborder_transition_base: &'static strยงcolor_transition_base: &'static strTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnsafeUnpin for Theme
impl UnwindSafe for Theme
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
Sourceยงfn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Create an instance of this type from an initialization function
Sourceยงimpl<T> Instrument for T
impl<T> Instrument for T
Sourceยงfn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Sourceยงfn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Sourceยงimpl<Ret> SpawnIfAsync<(), Ret> for Ret
impl<Ret> SpawnIfAsync<(), Ret> for Ret
Sourceยงimpl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
Sourceยงfn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
Sourceยงimpl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
Sourceยงfn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.