pub struct StyleConfig {
pub options: Options,
}Expand description
The style configuration which can also use the builder pattern.
Fields§
§options: OptionsThe general options.
Implementations§
Source§impl StyleConfig
impl StyleConfig
Trait Implementations§
Source§impl Debug for StyleConfig
impl Debug for StyleConfig
Source§impl Default for StyleConfig
impl Default for StyleConfig
Source§fn default() -> StyleConfig
fn default() -> StyleConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StyleConfig
impl<'de> Deserialize<'de> for StyleConfig
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 for StyleConfig
impl PartialEq for StyleConfig
Source§impl Serialize for StyleConfig
impl Serialize for StyleConfig
impl StructuralPartialEq for StyleConfig
Auto Trait Implementations§
impl Freeze for StyleConfig
impl RefUnwindSafe for StyleConfig
impl Send for StyleConfig
impl Sync for StyleConfig
impl Unpin for StyleConfig
impl UnwindSafe for StyleConfig
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