pub struct ContigConflict {
pub query_contig: Contig,
pub expected: Option<Contig>,
pub conflict_type: ConflictType,
pub description: String,
}Fields§
§query_contig: Contig§expected: Option<Contig>§conflict_type: ConflictType§description: StringTrait Implementations§
Source§impl Clone for ContigConflict
impl Clone for ContigConflict
Source§fn clone(&self) -> ContigConflict
fn clone(&self) -> ContigConflict
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 ContigConflict
impl RefUnwindSafe for ContigConflict
impl Send for ContigConflict
impl Sync for ContigConflict
impl Unpin for ContigConflict
impl UnwindSafe for ContigConflict
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