pub struct FindReport {
pub reactions: Vec<ReactionHit>,
pub pathways: Vec<PathwayResult>,
}Fields§
§reactions: Vec<ReactionHit>§pathways: Vec<PathwayResult>Trait Implementations§
Source§impl Clone for FindReport
impl Clone for FindReport
Source§fn clone(&self) -> FindReport
fn clone(&self) -> FindReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FindReport
impl RefUnwindSafe for FindReport
impl Send for FindReport
impl Sync for FindReport
impl Unpin for FindReport
impl UnsafeUnpin for FindReport
impl UnwindSafe for FindReport
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