Module builders

Module builders 

Source
Expand description

Module with the implementors of BuildableValue for the various standard types.

Structsยง

BoolBuilder
Builder for the type bool
BoxBuilder
Builder for the type Box<T>.
CharBuilder
Builder for the type char
F32Builder
Builder for the type f32
F64Builder
Builder for the type f64
I8Builder
Builder for the type i8
I16Builder
Builder for the type i16
I32Builder
Builder for the type i32
I64Builder
Builder for the type i64
IsizeBuilder
Builder for the type isize
OptionBuilder
Builder for the type Option<T>.
PathBufBuilder
Builder for the type PathBuf
StringBuilder
Builder for the type String
U8Builder
Builder for the type u8
U16Builder
Builder for the type u16
U32Builder
Builder for the type u32
U64Builder
Builder for the type u64
UsizeBuilder
Builder for the type usize
VecBuilder
Builder for the type Vec<T>.