pub struct BatcherEventContainer<C0, C1, C2, C3, C4> {
pub operator: C0,
pub records_diff: C1,
pub size_diff: C2,
pub capacity_diff: C3,
pub allocations_diff: C4,
}
Expand description
Derived columnar container for a struct.
Fields§
§operator: C0
Container for #names.
records_diff: C1
Container for #names.
size_diff: C2
Container for #names.
capacity_diff: C3
Container for #names.
allocations_diff: C4
Container for #names.
Trait Implementations§
Source§impl<'a, C0, C1, C2, C3, C4> AsBytes<'a> for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<'a, C0, C1, C2, C3, C4> AsBytes<'a> for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§impl<C0, C1, C2, C3, C4> Clear for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Clear for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§impl<C0: Clone, C1: Clone, C2: Clone, C3: Clone, C4: Clone> Clone for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0: Clone, C1: Clone, C2: Clone, C3: Clone, C4: Clone> Clone for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§fn clone(&self) -> BatcherEventContainer<C0, C1, C2, C3, C4>
fn clone(&self) -> BatcherEventContainer<C0, C1, C2, C3, C4>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Container<BatcherEvent> for BatcherEventContainer<<usize as Columnar>::Container, <isize as Columnar>::Container, <isize as Columnar>::Container, <isize as Columnar>::Container, <isize as Columnar>::Container>
impl Container<BatcherEvent> for BatcherEventContainer<<usize as Columnar>::Container, <isize as Columnar>::Container, <isize as Columnar>::Container, <isize as Columnar>::Container, <isize as Columnar>::Container>
Source§type Borrowed<'a> = BatcherEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>>
where
usize: 'a,
isize: 'a
type Borrowed<'a> = BatcherEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>, <<isize as Columnar>::Container as Container<isize>>::Borrowed<'a>> where usize: 'a, isize: 'a
The type of a borrowed container. Read more
Source§impl<C0: Debug, C1: Debug, C2: Debug, C3: Debug, C4: Debug> Debug for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0: Debug, C1: Debug, C2: Debug, C3: Debug, C4: Debug> Debug for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§impl<C0: Default, C1: Default, C2: Default, C3: Default, C4: Default> Default for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0: Default, C1: Default, C2: Default, C3: Default, C4: Default> Default for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§fn default() -> BatcherEventContainer<C0, C1, C2, C3, C4>
fn default() -> BatcherEventContainer<C0, C1, C2, C3, C4>
Returns the “default value” for a type. Read more
Source§impl<'de, C0, C1, C2, C3, C4> Deserialize<'de> for BatcherEventContainer<C0, C1, C2, C3, C4>where
C0: Deserialize<'de>,
C1: Deserialize<'de>,
C2: Deserialize<'de>,
C3: Deserialize<'de>,
C4: Deserialize<'de>,
impl<'de, C0, C1, C2, C3, C4> Deserialize<'de> for BatcherEventContainer<C0, C1, C2, C3, C4>where
C0: Deserialize<'de>,
C1: Deserialize<'de>,
C2: Deserialize<'de>,
C3: Deserialize<'de>,
C4: Deserialize<'de>,
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<'columnar, C0, C1, C2, C3, C4> FromBytes<'columnar> for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<'columnar, C0, C1, C2, C3, C4> FromBytes<'columnar> for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§impl<'columnar, C0, C1, C2, C3, C4> Index for &'columnar BatcherEventContainer<C0, C1, C2, C3, C4>where
&'columnar C0: Index,
&'columnar C1: Index,
&'columnar C2: Index,
&'columnar C3: Index,
&'columnar C4: Index,
impl<'columnar, C0, C1, C2, C3, C4> Index for &'columnar BatcherEventContainer<C0, C1, C2, C3, C4>where
&'columnar C0: Index,
&'columnar C1: Index,
&'columnar C2: Index,
&'columnar C3: Index,
&'columnar C4: Index,
Source§type Ref = BatcherEventReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref, <&'columnar C2 as Index>::Ref, <&'columnar C3 as Index>::Ref, <&'columnar C4 as Index>::Ref>
type Ref = BatcherEventReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref, <&'columnar C2 as Index>::Ref, <&'columnar C3 as Index>::Ref, <&'columnar C4 as Index>::Ref>
The type returned by the
get
method. Read morefn get(&self, index: usize) -> Self::Ref
fn last(&self) -> Option<Self::Ref>where
Self: Len,
Source§fn index_iter(&self) -> IterOwn<&Self>
fn index_iter(&self) -> IterOwn<&Self>
Converts
&self
into an iterator. Read moreSource§impl<C0, C1, C2, C3, C4> Index for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Index for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§type Ref = BatcherEventReference<<C0 as Index>::Ref, <C1 as Index>::Ref, <C2 as Index>::Ref, <C3 as Index>::Ref, <C4 as Index>::Ref>
type Ref = BatcherEventReference<<C0 as Index>::Ref, <C1 as Index>::Ref, <C2 as Index>::Ref, <C3 as Index>::Ref, <C4 as Index>::Ref>
The type returned by the
get
method. Read morefn get(&self, index: usize) -> Self::Ref
fn last(&self) -> Option<Self::Ref>where
Self: Len,
Source§fn index_iter(&self) -> IterOwn<&Self>
fn index_iter(&self) -> IterOwn<&Self>
Converts
&self
into an iterator. Read moreSource§impl<C0, C1, C2, C3, C4> Len for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Len for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§impl<'columnar, C0, C1, C2, C3, C4> Push<&'columnar BatcherEvent> for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<'columnar, C0, C1, C2, C3, C4> Push<&'columnar BatcherEvent> for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§fn push(&mut self, item: &'columnar BatcherEvent)
fn push(&mut self, item: &'columnar BatcherEvent)
Pushes an item onto
self
.Source§fn extend(&mut self, iter: impl IntoIterator<Item = T>)
fn extend(&mut self, iter: impl IntoIterator<Item = T>)
Pushes elements of an iterator onto
self
.Source§impl<C0, C1, C2, C3, C4> Push<BatcherEvent> for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Push<BatcherEvent> for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§fn push(&mut self, item: BatcherEvent)
fn push(&mut self, item: BatcherEvent)
Pushes an item onto
self
.Source§fn extend(&mut self, iter: impl IntoIterator<Item = T>)
fn extend(&mut self, iter: impl IntoIterator<Item = T>)
Pushes elements of an iterator onto
self
.Source§impl<C0, C1, C2, C3, C4, R0, R1, R2, R3, R4> Push<BatcherEventReference<R0, R1, R2, R3, R4>> for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4, R0, R1, R2, R3, R4> Push<BatcherEventReference<R0, R1, R2, R3, R4>> for BatcherEventContainer<C0, C1, C2, C3, C4>
Source§fn push(&mut self, item: BatcherEventReference<R0, R1, R2, R3, R4>)
fn push(&mut self, item: BatcherEventReference<R0, R1, R2, R3, R4>)
Pushes an item onto
self
.Source§fn extend(&mut self, iter: impl IntoIterator<Item = T>)
fn extend(&mut self, iter: impl IntoIterator<Item = T>)
Pushes elements of an iterator onto
self
.Source§impl<C0, C1, C2, C3, C4> Serialize for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Serialize for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0: Copy, C1: Copy, C2: Copy, C3: Copy, C4: Copy> Copy for BatcherEventContainer<C0, C1, C2, C3, C4>
Auto Trait Implementations§
impl<C0, C1, C2, C3, C4> Freeze for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> RefUnwindSafe for BatcherEventContainer<C0, C1, C2, C3, C4>where
C0: RefUnwindSafe,
C1: RefUnwindSafe,
C2: RefUnwindSafe,
C3: RefUnwindSafe,
C4: RefUnwindSafe,
impl<C0, C1, C2, C3, C4> Send for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Sync for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> Unpin for BatcherEventContainer<C0, C1, C2, C3, C4>
impl<C0, C1, C2, C3, C4> UnwindSafe for BatcherEventContainer<C0, C1, C2, C3, C4>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
Source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.