pub enum CrossSection {
Fb(Fb),
Pb(Pb),
}Expand description
A cross-section parsed from the sample table.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CrossSection
impl Clone for CrossSection
Source§fn clone(&self) -> CrossSection
fn clone(&self) -> CrossSection
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 CrossSection
impl Debug for CrossSection
Source§impl PartialEq for CrossSection
impl PartialEq for CrossSection
impl Copy for CrossSection
impl StructuralPartialEq for CrossSection
Auto Trait Implementations§
impl Freeze for CrossSection
impl RefUnwindSafe for CrossSection
impl Send for CrossSection
impl Sync for CrossSection
impl Unpin for CrossSection
impl UnsafeUnpin for CrossSection
impl UnwindSafe for CrossSection
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