pub struct SilentAggregateSystem {
pub number_of_aggregates: u16,
pub aggregate_type: AggregateType,
}Expand description
Custom record for SilentAggregateSystem
Fields§
§number_of_aggregates: u16§aggregate_type: AggregateTypeImplementations§
Source§impl SilentAggregateSystem
impl SilentAggregateSystem
pub fn with_number_of_aggregates(self, number_of_aggregates: u16) -> Self
pub fn with_aggregate_type(self, aggregate_type: AggregateType) -> Self
pub fn record_length(&self) -> u16
Trait Implementations§
Source§impl Clone for SilentAggregateSystem
impl Clone for SilentAggregateSystem
Source§fn clone(&self) -> SilentAggregateSystem
fn clone(&self) -> SilentAggregateSystem
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 SilentAggregateSystem
impl Debug for SilentAggregateSystem
Source§impl Default for SilentAggregateSystem
impl Default for SilentAggregateSystem
Source§fn default() -> SilentAggregateSystem
fn default() -> SilentAggregateSystem
Returns the “default value” for a type. Read more
Source§impl PartialEq for SilentAggregateSystem
impl PartialEq for SilentAggregateSystem
Source§impl Serialize for SilentAggregateSystem
impl Serialize for SilentAggregateSystem
impl StructuralPartialEq for SilentAggregateSystem
Auto Trait Implementations§
impl Freeze for SilentAggregateSystem
impl RefUnwindSafe for SilentAggregateSystem
impl Send for SilentAggregateSystem
impl Sync for SilentAggregateSystem
impl Unpin for SilentAggregateSystem
impl UnwindSafe for SilentAggregateSystem
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