pub struct ColorsCssVariables {
pub dw_gradient_from: String,
pub dw_gradient_to: String,
}
Fields§
§dw_gradient_from: String
§dw_gradient_to: String
Implementations§
Source§impl ColorsCssVariables
impl ColorsCssVariables
pub fn to_style_sheet_raw(self) -> String
Auto Trait Implementations§
impl Freeze for ColorsCssVariables
impl RefUnwindSafe for ColorsCssVariables
impl Send for ColorsCssVariables
impl Sync for ColorsCssVariables
impl Unpin for ColorsCssVariables
impl UnwindSafe for ColorsCssVariables
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