pub struct Emit {
pub border_width: &'static str,
pub class_prefix: &'static str,
}Expand description
How the emitted CSS is shaped.
Fields§
§border_width: &'static strBevel thickness, as a CSS length.
A value, so it arrives from the caller: border widths belong to
makeover-geometry and will come from there once it carries them.
class_prefix: &'static strPrefix for emitted class names, without the leading dot.
Trait Implementations§
impl Copy for Emit
impl Eq for Emit
impl StructuralPartialEq for Emit
Auto Trait Implementations§
impl Freeze for Emit
impl RefUnwindSafe for Emit
impl Send for Emit
impl Sync for Emit
impl Unpin for Emit
impl UnsafeUnpin for Emit
impl UnwindSafe for Emit
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