Struct stripper_xml::normalization::Normalization
source · pub struct Normalization {
pub name: String,
pub xsection: XSection,
pub contribution: Contribution,
pub number_of_rejected_events: String,
}
Fields§
§name: String
§xsection: XSection
§contribution: Contribution
§number_of_rejected_events: String
Trait Implementations§
source§impl Clone for Normalization
impl Clone for Normalization
source§fn clone(&self) -> Normalization
fn clone(&self) -> Normalization
Returns a copy 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 Normalization
impl Debug for Normalization
source§impl Default for Normalization
impl Default for Normalization
source§fn default() -> Normalization
fn default() -> Normalization
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Normalization
impl<'de> Deserialize<'de> for Normalization
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Normalization> for Normalization
impl PartialEq<Normalization> for Normalization
source§fn eq(&self, other: &Normalization) -> bool
fn eq(&self, other: &Normalization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Normalization> for Normalization
impl PartialOrd<Normalization> for Normalization
source§fn partial_cmp(&self, other: &Normalization) -> Option<Ordering>
fn partial_cmp(&self, other: &Normalization) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for Normalization
impl Serialize for Normalization
impl StructuralPartialEq for Normalization
Auto Trait Implementations§
impl RefUnwindSafe for Normalization
impl Send for Normalization
impl Sync for Normalization
impl Unpin for Normalization
impl UnwindSafe for Normalization
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