pub struct BlastpAligner;Implementations§
Source§impl BlastpAligner
impl BlastpAligner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlastpAligner
impl RefUnwindSafe for BlastpAligner
impl Send for BlastpAligner
impl Sync for BlastpAligner
impl Unpin for BlastpAligner
impl UnsafeUnpin for BlastpAligner
impl UnwindSafe for BlastpAligner
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