Expand description
Module with the implementors of BuildableValue
for the various standard types.
Structsยง
- Bool
Builder - Builder for the type
bool
- BoxBuilder
- Builder for the type
Box<T>
. - Char
Builder - 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
- Isize
Builder - Builder for the type
isize
- Option
Builder - Builder for the type
Option<T>
. - Path
BufBuilder - Builder for the type
PathBuf
- String
Builder - 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
- Usize
Builder - Builder for the type
usize
- VecBuilder
- Builder for the type
Vec<T>
.