Struct clf_parser::clf::ProcessList
source · pub struct ProcessList {
pub comp_clf_version: u32,
pub id: String,
pub operators: Vec<Operator>,
}
Fields§
§comp_clf_version: u32
§id: String
§operators: Vec<Operator>
Implementations§
Trait Implementations§
source§impl Clone for ProcessList
impl Clone for ProcessList
source§fn clone(&self) -> ProcessList
fn clone(&self) -> ProcessList
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 ProcessList
impl Debug for ProcessList
source§impl<'de> Deserialize<'de> for ProcessList
impl<'de> Deserialize<'de> for ProcessList
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 for ProcessList
impl PartialEq for ProcessList
source§fn eq(&self, other: &ProcessList) -> bool
fn eq(&self, other: &ProcessList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ProcessList
Auto Trait Implementations§
impl RefUnwindSafe for ProcessList
impl Send for ProcessList
impl Sync for ProcessList
impl Unpin for ProcessList
impl UnwindSafe for ProcessList
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