pub enum DetectorSystem {
Show 26 variants
NULL,
CDC,
FDC,
BCAL,
TOF,
CHERENKOV,
FCAL,
UPV,
TAGM,
START,
DIRC,
CCAL,
CCAL_REF,
ECAL,
ECAL_REF,
TAGH,
RF,
PS,
PSC,
FMWPC,
TPOL,
TAC,
TRD,
CTOF,
HELI,
ECAL_FCAL,
}Variants§
NULL
CDC
FDC
BCAL
TOF
CHERENKOV
FCAL
UPV
TAGM
START
DIRC
CCAL
CCAL_REF
ECAL
ECAL_REF
TAGH
RF
PS
PSC
FMWPC
TPOL
TAC
TRD
CTOF
HELI
ECAL_FCAL
Implementations§
Source§impl DetectorSystem
impl DetectorSystem
pub fn from_string(s: &str) -> Self
Trait Implementations§
Source§impl Clone for DetectorSystem
impl Clone for DetectorSystem
Source§fn clone(&self) -> DetectorSystem
fn clone(&self) -> DetectorSystem
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 DetectorSystem
impl Debug for DetectorSystem
Source§impl Default for DetectorSystem
impl Default for DetectorSystem
Source§fn default() -> DetectorSystem
fn default() -> DetectorSystem
Returns the “default value” for a type. Read more
Source§impl Display for DetectorSystem
impl Display for DetectorSystem
Source§impl Hash for DetectorSystem
impl Hash for DetectorSystem
Source§impl PartialEq for DetectorSystem
impl PartialEq for DetectorSystem
impl Copy for DetectorSystem
impl Eq for DetectorSystem
impl StructuralPartialEq for DetectorSystem
Auto Trait Implementations§
impl Freeze for DetectorSystem
impl RefUnwindSafe for DetectorSystem
impl Send for DetectorSystem
impl Sync for DetectorSystem
impl Unpin for DetectorSystem
impl UnwindSafe for DetectorSystem
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