Struct hoardbase::base::CollectionConfig [−][src]
pub struct CollectionConfig {
pub name: String,
pub table_name: String,
pub should_hash_document: bool,
pub should_log_last_modified: bool,
pub should_hash_unique: bool,
}Fields
name: Stringtable_name: Stringshould_hash_document: boolshould_log_last_modified: boolshould_hash_unique: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CollectionConfig
impl Send for CollectionConfig
impl Sync for CollectionConfig
impl Unpin for CollectionConfig
impl UnwindSafe for CollectionConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Calls the given closure and return the result. Read more
Calls the given closure on self.
