Struct rustypaste_cli::config::StyleConfig
source · pub struct StyleConfig {
pub prettify: bool,
}Expand description
Style configuration.
Fields§
§prettify: boolWhether if the output will be prettified.
Trait Implementations§
source§impl Clone for StyleConfig
impl Clone for StyleConfig
source§fn clone(&self) -> StyleConfig
fn clone(&self) -> StyleConfig
Returns a copy 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 moresource§impl Debug for StyleConfig
impl Debug for StyleConfig
source§impl Default for StyleConfig
impl Default for StyleConfig
source§fn default() -> StyleConfig
fn default() -> StyleConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StyleConfig
impl<'de> Deserialize<'de> for StyleConfig
source§fn 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