Struct eyros::SetupFields
source · [−]pub struct SetupFields {
pub branch_factor: usize,
pub max_depth: usize,
pub max_records: usize,
pub max_tree_bytes: usize,
pub ext_records: usize,
pub inline: usize,
pub inline_max_bytes: usize,
pub tree_cache_size: usize,
pub rebuild_depth: usize,
pub debug: Option<Sender<String>>,
}Expand description
Struct for reading database properties.
Fields
branch_factor: usizemax_depth: usizemax_records: usizemax_tree_bytes: usizeext_records: usizeinline: usizeinline_max_bytes: usizetree_cache_size: usizerebuild_depth: usizedebug: Option<Sender<String>>Implementations
Trait Implementations
sourceimpl Clone for SetupFields
impl Clone for SetupFields
sourcefn clone(&self) -> SetupFields
fn clone(&self) -> SetupFields
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for SetupFields
impl Send for SetupFields
impl Sync for SetupFields
impl Unpin for SetupFields
impl UnwindSafe for SetupFields
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more