Enum serde_generate::indent::IndentConfig [−][src]
pub enum IndentConfig { Tab, Space(usize), }
Variants
Space(usize)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IndentConfig
impl Send for IndentConfig
impl Sync for IndentConfig
impl Unpin for IndentConfig
impl UnwindSafe for IndentConfig
Blanket Implementations
Mutably borrows from an owned value. Read more