pub struct SequenceGap {
pub start_seq: u32,
pub end_seq: u32,
}Expand description
A gap in the sequence space (missing data).
Fields§
§start_seq: u32§end_seq: u32Trait Implementations§
Source§impl Clone for SequenceGap
impl Clone for SequenceGap
Source§fn clone(&self) -> SequenceGap
fn clone(&self) -> SequenceGap
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 moreAuto Trait Implementations§
impl Freeze for SequenceGap
impl RefUnwindSafe for SequenceGap
impl Send for SequenceGap
impl Sync for SequenceGap
impl Unpin for SequenceGap
impl UnwindSafe for SequenceGap
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