Enum sass_embedded::legacy::OutputStyle
source · [−]pub enum OutputStyle {
Expanded,
Compressed,
}
Expand description
More information: Sass documentation
Variants
Expanded
Writes each selector and declaration on its own line.
Compressed
Removes as many extra characters as possible, and writes the entire stylesheet on a single line.
Trait Implementations
sourceimpl Debug for OutputStyle
impl Debug for OutputStyle
sourceimpl Default for OutputStyle
impl Default for OutputStyle
sourceimpl<'de> Deserialize<'de> for OutputStyle
impl<'de> Deserialize<'de> for OutputStyle
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for OutputStyle
impl Serialize for OutputStyle
Auto Trait Implementations
impl RefUnwindSafe for OutputStyle
impl Send for OutputStyle
impl Sync for OutputStyle
impl Unpin for OutputStyle
impl UnwindSafe for OutputStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more