pub struct SequenceMetadata { /* private fields */ }Expand description
Metadata for a single reference sequence (contig).
Implementations§
Trait Implementations§
Source§impl Clone for SequenceMetadata
impl Clone for SequenceMetadata
Source§fn clone(&self) -> SequenceMetadata
fn clone(&self) -> SequenceMetadata
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 moreSource§impl Debug for SequenceMetadata
impl Debug for SequenceMetadata
Source§impl PartialEq for SequenceMetadata
impl PartialEq for SequenceMetadata
impl Eq for SequenceMetadata
impl StructuralPartialEq for SequenceMetadata
Auto Trait Implementations§
impl Freeze for SequenceMetadata
impl RefUnwindSafe for SequenceMetadata
impl Send for SequenceMetadata
impl Sync for SequenceMetadata
impl Unpin for SequenceMetadata
impl UnsafeUnpin for SequenceMetadata
impl UnwindSafe for SequenceMetadata
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.