pub enum DecayStateExpansion {
Inclusive,
Literal,
}Expand description
Controls how named decay states are expanded through the PDG item hierarchy.
Variants§
Inclusive
Include hierarchy-related names such as aliases and grouped particle names.
Literal
Use only the literal names supplied in the query.
Trait Implementations§
Source§impl Clone for DecayStateExpansion
impl Clone for DecayStateExpansion
Source§fn clone(&self) -> DecayStateExpansion
fn clone(&self) -> DecayStateExpansion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecayStateExpansion
Source§impl Debug for DecayStateExpansion
impl Debug for DecayStateExpansion
Source§impl Default for DecayStateExpansion
impl Default for DecayStateExpansion
Source§fn default() -> DecayStateExpansion
fn default() -> DecayStateExpansion
Returns the “default value” for a type. Read more
impl Eq for DecayStateExpansion
Source§impl PartialEq for DecayStateExpansion
impl PartialEq for DecayStateExpansion
Source§fn eq(&self, other: &DecayStateExpansion) -> bool
fn eq(&self, other: &DecayStateExpansion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DecayStateExpansion
Auto Trait Implementations§
impl Freeze for DecayStateExpansion
impl RefUnwindSafe for DecayStateExpansion
impl Send for DecayStateExpansion
impl Sync for DecayStateExpansion
impl Unpin for DecayStateExpansion
impl UnsafeUnpin for DecayStateExpansion
impl UnwindSafe for DecayStateExpansion
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