Struct lightmotif_io::jaspar16::Record
source · pub struct Record<A: Alphabet> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<A: Alphabet> AsRef<CountMatrix<A>> for Record<A>
impl<A: Alphabet> AsRef<CountMatrix<A>> for Record<A>
source§fn as_ref(&self) -> &CountMatrix<A>
fn as_ref(&self) -> &CountMatrix<A>
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl<A> RefUnwindSafe for Record<A>
impl<A> Send for Record<A>
impl<A> Sync for Record<A>
impl<A> Unpin for Record<A>
impl<A> UnwindSafe for Record<A>
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