pub struct ChiralDB { /* private fields */ }
Implementations§
Source§impl ChiralDB
impl ChiralDB
pub fn new() -> Self
pub fn desc(&self) -> String
pub fn query_similarity_for_smiles( &self, doc_name: &String, smiles: &String, cut_off: f32, ) -> ResultSimilarity
pub fn query_substructure_for_smarts( &self, doc_name: &String, smarts: &SMARTS, ) -> ResultSubstructure
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChiralDB
impl RefUnwindSafe for ChiralDB
impl Send for ChiralDB
impl Sync for ChiralDB
impl Unpin for ChiralDB
impl UnwindSafe for ChiralDB
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