Struct bonsaidb::local::config::Views [−][src]
pub struct Views {
pub check_integrity_on_open: bool,
}
Expand description
Configuration options for views.
Fields
check_integrity_on_open: bool
If true, the database will scan all views during the call to
open_local
. This will cause database opening to take longer, but once
the database is open, no request will need to wait for the integrity to
be checked. However, for faster startup time, you may wish to delay the
integrity scan. Default value is false
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Views
impl UnwindSafe for Views
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more