pub struct StyleSheetOptions {
pub class_prefix: Option<String>,
pub class_prefix_sign: Option<String>,
pub rpx_ratio: f32,
pub import_sign: Option<String>,
pub convert_host: bool,
pub host_is: Option<String>,
}
Fields§
§class_prefix: Option<String>
§class_prefix_sign: Option<String>
§rpx_ratio: f32
§import_sign: Option<String>
§convert_host: bool
§host_is: Option<String>
Trait Implementations§
Source§impl Clone for StyleSheetOptions
impl Clone for StyleSheetOptions
Source§fn clone(&self) -> StyleSheetOptions
fn clone(&self) -> StyleSheetOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StyleSheetOptions
impl Debug for StyleSheetOptions
Source§impl Default for StyleSheetOptions
impl Default for StyleSheetOptions
Source§impl PartialEq for StyleSheetOptions
impl PartialEq for StyleSheetOptions
impl StructuralPartialEq for StyleSheetOptions
Auto Trait Implementations§
impl Freeze for StyleSheetOptions
impl RefUnwindSafe for StyleSheetOptions
impl Send for StyleSheetOptions
impl Sync for StyleSheetOptions
impl Unpin for StyleSheetOptions
impl UnwindSafe for StyleSheetOptions
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