pub struct ScreenOptions {
pub limits: WorkflowLimits,
pub maxmin_pick_count: usize,
pub butina_cutoff: f64,
}Expand description
Options for batch screening.
Fields§
§limits: WorkflowLimits§maxmin_pick_count: usize§butina_cutoff: f64Trait Implementations§
Source§impl Clone for ScreenOptions
impl Clone for ScreenOptions
Source§fn clone(&self) -> ScreenOptions
fn clone(&self) -> ScreenOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScreenOptions
Source§impl Debug for ScreenOptions
impl Debug for ScreenOptions
Source§impl Default for ScreenOptions
impl Default for ScreenOptions
Source§impl PartialEq for ScreenOptions
impl PartialEq for ScreenOptions
Source§fn eq(&self, other: &ScreenOptions) -> bool
fn eq(&self, other: &ScreenOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScreenOptions
Auto Trait Implementations§
impl Freeze for ScreenOptions
impl RefUnwindSafe for ScreenOptions
impl Send for ScreenOptions
impl Sync for ScreenOptions
impl Unpin for ScreenOptions
impl UnsafeUnpin for ScreenOptions
impl UnwindSafe for ScreenOptions
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