pub struct PWLConfig {
pub log_buckets: u64,
pub flatten_left: bool,
pub flatten_right: bool,
}Fields§
§log_buckets: u64§flatten_left: bool§flatten_right: boolAuto Trait Implementations§
impl Freeze for PWLConfig
impl RefUnwindSafe for PWLConfig
impl Send for PWLConfig
impl Sync for PWLConfig
impl Unpin for PWLConfig
impl UnwindSafe for PWLConfig
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