[][src]Struct dia_args::docs::Cfg

pub struct Cfg { /* fields omitted */ }

Configuration

Default values

Name Value
Tab length 4
Tab level 0
Columns 128

Methods

impl Cfg[src]

pub fn new(tab_len: usize, tab_level: u8, columns: usize) -> Self[src]

pub fn tab_len(&self) -> usize[src]

pub fn tab_level(&self) -> u8[src]

pub fn increment_level(&self) -> Self[src]

Increments level

This function uses ::saturating_add() while incrementing level.

pub fn columns(&self) -> usize[src]

Trait Implementations

impl Default for Cfg[src]

impl Debug for Cfg[src]

Auto Trait Implementations

impl Send for Cfg

impl Sync for Cfg

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]