pub struct Record { /* private fields */ }
Expand description
A JASPAR (raw) record.
The JASPAR (raw) format only supports count matrices in the DNA alphabet.
Implementations§
Trait Implementations§
Source§impl AsRef<CountMatrix<Dna>> for Record
impl AsRef<CountMatrix<Dna>> for Record
Source§fn as_ref(&self) -> &CountMatrix<Dna>
fn as_ref(&self) -> &CountMatrix<Dna>
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Record
impl RefUnwindSafe for Record
impl Send for Record
impl Sync for Record
impl Unpin for Record
impl UnwindSafe for Record
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