pub struct QueryAtom {
pub query: AtomQuery,
}Expand description
A node in a QueryMolecule graph.
Fields§
§query: AtomQueryTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueryAtom
impl RefUnwindSafe for QueryAtom
impl Send for QueryAtom
impl Sync for QueryAtom
impl Unpin for QueryAtom
impl UnsafeUnpin for QueryAtom
impl UnwindSafe for QueryAtom
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