Enum google_api_proto::google::genomics::v1::variant_annotation::Effect
source · #[repr(i32)]pub enum Effect {
Unspecified = 0,
Other = 1,
Frameshift = 2,
FramePreservingIndel = 3,
SynonymousSnp = 4,
NonsynonymousSnp = 5,
StopGain = 6,
StopLoss = 7,
SpliceSiteDisruption = 8,
}Variants§
Unspecified = 0
Other = 1
EFFECT_OTHER should be used when no other Effect
will suffice.
Frameshift = 2
FRAMESHIFT indicates a mutation in which the insertion or
deletion of nucleotides resulted in a frameshift change.
FramePreservingIndel = 3
FRAME_PRESERVING_INDEL indicates a mutation in which a
multiple of three nucleotides has been inserted or deleted, resulting
in no change to the reading frame of the coding sequence.
SynonymousSnp = 4
SYNONYMOUS_SNP indicates a single nucleotide polymorphism
mutation that results in no amino acid change.
NonsynonymousSnp = 5
NONSYNONYMOUS_SNP indicates a single nucleotide
polymorphism mutation that results in an amino acid change.
StopGain = 6
STOP_GAIN indicates a mutation that leads to the creation
of a stop codon at the variant site. Frameshift mutations creating
downstream stop codons do not count as STOP_GAIN.
StopLoss = 7
STOP_LOSS indicates a mutation that eliminates a
stop codon at the variant site.
SpliceSiteDisruption = 8
SPLICE_SITE_DISRUPTION indicates that this variant is
found in a splice site for the associated transcript, and alters the
normal splicing pattern.
Implementations§
source§impl Effect
impl Effect
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Ord for Effect
impl Ord for Effect
source§impl PartialEq for Effect
impl PartialEq for Effect
source§impl PartialOrd for Effect
impl PartialOrd for Effect
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self and other) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for Effect
impl TryFrom<i32> for Effect
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
impl Copy for Effect
impl Eq for Effect
impl StructuralPartialEq for Effect
Auto Trait Implementations§
impl Freeze for Effect
impl RefUnwindSafe for Effect
impl Send for Effect
impl Sync for Effect
impl Unpin for Effect
impl UnwindSafe for Effect
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request