pub struct MotifSet {
pub traces: Vec<FeatureMotifTrace>,
pub summary_rows: Vec<MotifSummaryRow>,
}Fields§
§traces: Vec<FeatureMotifTrace>§summary_rows: Vec<MotifSummaryRow>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MotifSet
impl RefUnwindSafe for MotifSet
impl Send for MotifSet
impl Sync for MotifSet
impl Unpin for MotifSet
impl UnsafeUnpin for MotifSet
impl UnwindSafe for MotifSet
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