pub struct OcTypeCount {
pub object_type: String,
pub events: usize,
pub objects: usize,
pub starts: usize,
pub ends: usize,
}Expand description
Per-type annotation of one activity in the OC-DFG.
Fields§
§object_type: String§events: usize§objects: usize§starts: usize§ends: usizeTrait Implementations§
Source§impl Clone for OcTypeCount
impl Clone for OcTypeCount
Source§fn clone(&self) -> OcTypeCount
fn clone(&self) -> OcTypeCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OcTypeCount
impl Debug for OcTypeCount
impl Eq for OcTypeCount
Source§impl PartialEq for OcTypeCount
impl PartialEq for OcTypeCount
Source§fn eq(&self, other: &OcTypeCount) -> bool
fn eq(&self, other: &OcTypeCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OcTypeCount
impl Serialize for OcTypeCount
impl StructuralPartialEq for OcTypeCount
Auto Trait Implementations§
impl Freeze for OcTypeCount
impl RefUnwindSafe for OcTypeCount
impl Send for OcTypeCount
impl Sync for OcTypeCount
impl Unpin for OcTypeCount
impl UnsafeUnpin for OcTypeCount
impl UnwindSafe for OcTypeCount
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