pub struct Record<'l>(/* private fields */);
Expand description
An immutable, lazily-evalulated GFF record.
Implementations§
Source§impl<'l> Record<'l>
impl<'l> Record<'l>
Sourcepub fn reference_sequence_name(&self) -> &str
pub fn reference_sequence_name(&self) -> &str
Returns the reference sequence name.
Sourcepub fn attributes(&self) -> Attributes<'_>
pub fn attributes(&self) -> Attributes<'_>
Returns the attributes.
Trait Implementations§
impl<'l> Eq for Record<'l>
impl<'l> StructuralPartialEq for Record<'l>
Auto Trait Implementations§
impl<'l> Freeze for Record<'l>
impl<'l> RefUnwindSafe for Record<'l>
impl<'l> Send for Record<'l>
impl<'l> Sync for Record<'l>
impl<'l> Unpin for Record<'l>
impl<'l> UnwindSafe for Record<'l>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.