pub struct BaseCssVariables {}Implementations§
Source§impl BaseCssVariables
impl BaseCssVariables
pub fn to_style_sheet_raw(self) -> String
Auto Trait Implementations§
impl Freeze for BaseCssVariables
impl RefUnwindSafe for BaseCssVariables
impl Send for BaseCssVariables
impl Sync for BaseCssVariables
impl Unpin for BaseCssVariables
impl UnsafeUnpin for BaseCssVariables
impl UnwindSafe for BaseCssVariables
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