pub enum HandstreamPattern {
LightHs,
AnchorHs,
DenseHs,
HS,
All,
}Variants§
Trait Implementations§
Source§impl Clone for HandstreamPattern
impl Clone for HandstreamPattern
Source§fn clone(&self) -> HandstreamPattern
fn clone(&self) -> HandstreamPattern
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 HandstreamPattern
impl Debug for HandstreamPattern
Source§impl Hash for HandstreamPattern
impl Hash for HandstreamPattern
Source§impl PartialEq for HandstreamPattern
impl PartialEq for HandstreamPattern
impl Eq for HandstreamPattern
impl StructuralPartialEq for HandstreamPattern
Auto Trait Implementations§
impl Freeze for HandstreamPattern
impl RefUnwindSafe for HandstreamPattern
impl Send for HandstreamPattern
impl Sync for HandstreamPattern
impl Unpin for HandstreamPattern
impl UnwindSafe for HandstreamPattern
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