pub struct Config<N> {
pub bar_len: usize,
pub style: String,
pub interesting_progress_step: f64,
pub min_k: N,
pub max_k: N,
}
Fields§
§bar_len: usize
§style: String
§interesting_progress_step: f64
§min_k: N
§max_k: N
Implementations§
Auto Trait Implementations§
impl<N> Freeze for Config<N>where
N: Freeze,
impl<N> RefUnwindSafe for Config<N>where
N: RefUnwindSafe,
impl<N> Send for Config<N>where
N: Send,
impl<N> Sync for Config<N>where
N: Sync,
impl<N> Unpin for Config<N>where
N: Unpin,
impl<N> UnwindSafe for Config<N>where
N: UnwindSafe,
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