pub struct H10DefaultParams {}
Trait Implementations§
source§impl H10Params for H10DefaultParams
impl H10Params for H10DefaultParams
fn max_tree_search_depth() -> u32
fn max_tree_comp_length() -> u32
Auto Trait Implementations§
impl Freeze for H10DefaultParams
impl RefUnwindSafe for H10DefaultParams
impl Send for H10DefaultParams
impl Sync for H10DefaultParams
impl Unpin for H10DefaultParams
impl UnwindSafe for H10DefaultParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more