Struct scl_gui_widgets::theme::icons::IconThemeConfig
source · pub struct IconThemeConfig {
pub empty: Option<IconData>,
}
Expand description
过程宏生成的图标主题配置结构,已实现各种需要的特质
Fields§
§empty: Option<IconData>
图标的主题配置
Implementations§
Trait Implementations§
source§impl Clone for IconThemeConfig
impl Clone for IconThemeConfig
source§fn clone(&self) -> IconThemeConfig
fn clone(&self) -> IconThemeConfig
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 Data for IconThemeConfig
impl Data for IconThemeConfig
source§impl Debug for IconThemeConfig
impl Debug for IconThemeConfig
source§impl Default for IconThemeConfig
impl Default for IconThemeConfig
source§fn default() -> IconThemeConfig
fn default() -> IconThemeConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IconThemeConfigwhere
IconThemeConfig: Default,
impl<'de> Deserialize<'de> for IconThemeConfigwhere IconThemeConfig: Default,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<IconThemeConfig> for IconThemeConfig
impl PartialEq<IconThemeConfig> for IconThemeConfig
source§fn eq(&self, other: &IconThemeConfig) -> bool
fn eq(&self, other: &IconThemeConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IconThemeConfig
impl Serialize for IconThemeConfig
impl Eq for IconThemeConfig
impl StructuralEq for IconThemeConfig
impl StructuralPartialEq for IconThemeConfig
Auto Trait Implementations§
impl RefUnwindSafe for IconThemeConfig
impl Send for IconThemeConfig
impl Sync for IconThemeConfig
impl Unpin for IconThemeConfig
impl UnwindSafe for IconThemeConfig
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<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.