Enum biotest::values::GffFeature
source · pub enum GffFeature {
All,
NoUnknow,
UserDefine(Vec<&'static [u8]>),
}
Expand description
Possible value for frame
Variants§
Trait Implementations§
source§impl AsRef<[&'static [u8]]> for GffFeature
impl AsRef<[&'static [u8]]> for GffFeature
source§impl Clone for GffFeature
impl Clone for GffFeature
source§fn clone(&self) -> GffFeature
fn clone(&self) -> GffFeature
Returns a copy 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 GffFeature
impl Debug for GffFeature
source§impl Default for GffFeature
impl Default for GffFeature
source§fn default() -> GffFeature
fn default() -> GffFeature
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GffFeature
impl RefUnwindSafe for GffFeature
impl Send for GffFeature
impl Sync for GffFeature
impl Unpin for GffFeature
impl UnwindSafe for GffFeature
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