Struct stripper_xml::event::Eventrecord
source · pub struct Eventrecord {
pub nevents: u64,
pub nsubevents: u64,
pub nreweights: u64,
pub alpha_s_power: u64,
pub name: String,
pub events: Vec<Event>,
}
Fields§
§nevents: u64
§nsubevents: u64
§nreweights: u64
§alpha_s_power: u64
§name: String
§events: Vec<Event>
Trait Implementations§
source§impl Clone for Eventrecord
impl Clone for Eventrecord
source§fn clone(&self) -> Eventrecord
fn clone(&self) -> Eventrecord
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 Eventrecord
impl Debug for Eventrecord
source§impl Default for Eventrecord
impl Default for Eventrecord
source§fn default() -> Eventrecord
fn default() -> Eventrecord
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Eventrecord
impl<'de> Deserialize<'de> for Eventrecord
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<Eventrecord> for Eventrecord
impl PartialEq<Eventrecord> for Eventrecord
source§fn eq(&self, other: &Eventrecord) -> bool
fn eq(&self, other: &Eventrecord) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Eventrecord> for Eventrecord
impl PartialOrd<Eventrecord> for Eventrecord
source§fn partial_cmp(&self, other: &Eventrecord) -> Option<Ordering>
fn partial_cmp(&self, other: &Eventrecord) -> 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 Eventrecord
impl Serialize for Eventrecord
source§impl WriteXML for Eventrecord
impl WriteXML for Eventrecord
impl StructuralPartialEq for Eventrecord
Auto Trait Implementations§
impl RefUnwindSafe for Eventrecord
impl Send for Eventrecord
impl Sync for Eventrecord
impl Unpin for Eventrecord
impl UnwindSafe for Eventrecord
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