pub struct CombineOutcome {
pub is_combined: bool,
pub combined_tag: Option<String>,
pub combined_seq: Option<String>,
pub combined_qual: Option<String>,
}Fields§
§is_combined: bool§combined_tag: Option<String>§combined_seq: Option<String>§combined_qual: Option<String>Trait Implementations§
Source§impl Clone for CombineOutcome
impl Clone for CombineOutcome
Source§fn clone(&self) -> CombineOutcome
fn clone(&self) -> CombineOutcome
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 CombineOutcome
impl RefUnwindSafe for CombineOutcome
impl Send for CombineOutcome
impl Sync for CombineOutcome
impl Unpin for CombineOutcome
impl UnwindSafe for CombineOutcome
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