Enum stylua_lib::IndentType [−][src]
pub enum IndentType { Tabs, Spaces, }
Expand description
The type of indents to use when indenting
Variants
Indent using tabs (\t
)
Indent using spaces (
)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndentType
impl Send for IndentType
impl Sync for IndentType
impl Unpin for IndentType
impl UnwindSafe for IndentType
Blanket Implementations
Mutably borrows from an owned value. Read more