pub struct DiamondAligner {
pub more_sensitive: bool,
}Fields§
§more_sensitive: boolPass --more-sensitive (default: true). Matches gapseq’s aliArgs
default when the user doesn’t override -R.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiamondAligner
impl RefUnwindSafe for DiamondAligner
impl Send for DiamondAligner
impl Sync for DiamondAligner
impl Unpin for DiamondAligner
impl UnsafeUnpin for DiamondAligner
impl UnwindSafe for DiamondAligner
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