Struct sit_core::repository::Config [] [src]

pub struct Config { /* fields omitted */ }

Repository configuration

Methods

impl Config
[src]

[src]

Create a builder for building Config. On the builder, call .hashing_algorithm(...), .encoding(...), .id_generator(...), .version(...)(optional) 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]

[src]

Formats the value using the given formatter.

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more