pub struct ToStringSettings {
pub minify: bool,
pub indent_with: String,
}
Expand description
Settings for rendering ASTNodes to CSS
Fields§
§minify: bool
§indent_with: String
Implementations§
Trait Implementations§
Source§impl Clone for ToStringSettings
impl Clone for ToStringSettings
Source§fn clone(&self) -> ToStringSettings
fn clone(&self) -> ToStringSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ToStringSettings
impl RefUnwindSafe for ToStringSettings
impl Send for ToStringSettings
impl Sync for ToStringSettings
impl Unpin for ToStringSettings
impl UnwindSafe for ToStringSettings
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