Struct sit_core::repository::Config
[−]
[src]
pub struct Config { /* fields omitted */ }Repository configuration
Methods
impl Config[src]
pub fn builder() -> TypedBuilder_BuilderFor_Config<(), (), (), (), ()>[src]
Create a builder for building Config.
On the builder, call .hashing_algorithm(...), .encoding(...), .id_generator(...), .version(...)(optional), .extra(...) to set the values of the fields(they accept Into values).
Finally, call .build() to create the instance of Config.
Trait Implementations
impl Debug for Config[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more