pub enum PrimeEnd {
Five,
Three,
}Expand description
Which end of the read to extract the barcode from (string method only).
Variants§
Trait Implementations§
impl Copy for PrimeEnd
impl Eq for PrimeEnd
impl StructuralPartialEq for PrimeEnd
Auto Trait Implementations§
impl Freeze for PrimeEnd
impl RefUnwindSafe for PrimeEnd
impl Send for PrimeEnd
impl Sync for PrimeEnd
impl Unpin for PrimeEnd
impl UnsafeUnpin for PrimeEnd
impl UnwindSafe for PrimeEnd
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