pub enum IntegratedLuminosity {
FbInv(FbInv),
PbInv(PbInv),
}Expand description
An integrated luminosity parsed from the sample table.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IntegratedLuminosity
impl Clone for IntegratedLuminosity
Source§fn clone(&self) -> IntegratedLuminosity
fn clone(&self) -> IntegratedLuminosity
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 IntegratedLuminosity
impl Debug for IntegratedLuminosity
Source§impl PartialEq for IntegratedLuminosity
impl PartialEq for IntegratedLuminosity
impl Copy for IntegratedLuminosity
impl StructuralPartialEq for IntegratedLuminosity
Auto Trait Implementations§
impl Freeze for IntegratedLuminosity
impl RefUnwindSafe for IntegratedLuminosity
impl Send for IntegratedLuminosity
impl Sync for IntegratedLuminosity
impl Unpin for IntegratedLuminosity
impl UnsafeUnpin for IntegratedLuminosity
impl UnwindSafe for IntegratedLuminosity
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