pub struct DefaultGates;Expand description
Default, production gate values.
Trait Implementations§
Source§impl GateConfig for DefaultGates
impl GateConfig for DefaultGates
Source§const SUMMARY_MIN_L1_WORDS: usize = 128
const SUMMARY_MIN_L1_WORDS: usize = 128
Minimum L1 words an order must have to be given a summary segment.
Source§const CURSOR_MIN_SUMMARY_WORDS: usize = 32
const CURSOR_MIN_SUMMARY_WORDS: usize = 32
Minimum summary words an order must have before the frontier cursor is used.
Auto Trait Implementations§
impl Freeze for DefaultGates
impl RefUnwindSafe for DefaultGates
impl Send for DefaultGates
impl Sync for DefaultGates
impl Unpin for DefaultGates
impl UnsafeUnpin for DefaultGates
impl UnwindSafe for DefaultGates
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