pub struct MmrConfig {
pub diversity: f64,
pub candidates: u64,
}Fields§
§diversity: f64§candidates: u64Trait Implementations§
impl StructuralPartialEq for MmrConfig
Auto Trait Implementations§
impl Freeze for MmrConfig
impl RefUnwindSafe for MmrConfig
impl Send for MmrConfig
impl Sync for MmrConfig
impl Unpin for MmrConfig
impl UnsafeUnpin for MmrConfig
impl UnwindSafe for MmrConfig
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