pub struct StateEventContainer<C0, C1, C2, C3> {
pub send: C0,
pub process: C1,
pub remote: C2,
pub start: C3,
}
Expand description
Derived columnar container for a struct.
Fields§
§send: C0
Container for #names.
process: C1
Container for #names.
remote: C2
Container for #names.
start: C3
Container for #names.
Trait Implementations§
Source§impl<'a, C0, C1, C2, C3> AsBytes<'a> for StateEventContainer<C0, C1, C2, C3>
impl<'a, C0, C1, C2, C3> AsBytes<'a> for StateEventContainer<C0, C1, C2, C3>
Source§impl<C0, C1, C2, C3> Clear for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Clear for StateEventContainer<C0, C1, C2, C3>
Source§impl<C0: Clone, C1: Clone, C2: Clone, C3: Clone> Clone for StateEventContainer<C0, C1, C2, C3>
impl<C0: Clone, C1: Clone, C2: Clone, C3: Clone> Clone for StateEventContainer<C0, C1, C2, C3>
Source§fn clone(&self) -> StateEventContainer<C0, C1, C2, C3>
fn clone(&self) -> StateEventContainer<C0, C1, C2, C3>
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<C0: Container, C1: Container, C2: Container, C3: Container> Container for StateEventContainer<C0, C1, C2, C3>
impl<C0: Container, C1: Container, C2: Container, C3: Container> Container for StateEventContainer<C0, C1, C2, C3>
Source§type Ref<'a> = StateEventReference<<C0 as Container>::Ref<'a>, <C1 as Container>::Ref<'a>, <C2 as Container>::Ref<'a>, <C3 as Container>::Ref<'a>>
where
C0: 'a,
C1: 'a,
C2: 'a,
C3: 'a
type Ref<'a> = StateEventReference<<C0 as Container>::Ref<'a>, <C1 as Container>::Ref<'a>, <C2 as Container>::Ref<'a>, <C3 as Container>::Ref<'a>> where C0: 'a, C1: 'a, C2: 'a, C3: 'a
For each lifetime, a reference with that lifetime. Read more
Source§type Borrowed<'a> = StateEventContainer<<C0 as Container>::Borrowed<'a>, <C1 as Container>::Borrowed<'a>, <C2 as Container>::Borrowed<'a>, <C3 as Container>::Borrowed<'a>>
where
C0: 'a,
C1: 'a,
C2: 'a,
C3: 'a
type Borrowed<'a> = StateEventContainer<<C0 as Container>::Borrowed<'a>, <C1 as Container>::Borrowed<'a>, <C2 as Container>::Borrowed<'a>, <C3 as Container>::Borrowed<'a>> where C0: 'a, C1: 'a, C2: 'a, C3: 'a
The type of a borrowed container. Read more
Source§fn borrow<'a>(&'a self) -> Self::Borrowed<'a>
fn borrow<'a>(&'a self) -> Self::Borrowed<'a>
Converts a reference to the type to a borrowed variant.
Source§fn reborrow<'b, 'a: 'b>(thing: Self::Borrowed<'a>) -> Self::Borrowed<'b>
fn reborrow<'b, 'a: 'b>(thing: Self::Borrowed<'a>) -> Self::Borrowed<'b>
Reborrows the borrowed type to a shorter lifetime. See
Columnar::reborrow
for details.Source§fn reborrow_ref<'b, 'a: 'b>(thing: Self::Ref<'a>) -> Self::Ref<'b>
fn reborrow_ref<'b, 'a: 'b>(thing: Self::Ref<'a>) -> Self::Ref<'b>
Reborrows the borrowed type to a shorter lifetime. See
Columnar::reborrow
for details.fn reserve_for<'a, I>(&mut self, selves: I)
Source§impl<C0: Debug, C1: Debug, C2: Debug, C3: Debug> Debug for StateEventContainer<C0, C1, C2, C3>
impl<C0: Debug, C1: Debug, C2: Debug, C3: Debug> Debug for StateEventContainer<C0, C1, C2, C3>
Source§impl<C0: Default, C1: Default, C2: Default, C3: Default> Default for StateEventContainer<C0, C1, C2, C3>
impl<C0: Default, C1: Default, C2: Default, C3: Default> Default for StateEventContainer<C0, C1, C2, C3>
Source§fn default() -> StateEventContainer<C0, C1, C2, C3>
fn default() -> StateEventContainer<C0, C1, C2, C3>
Returns the “default value” for a type. Read more
Source§impl<'columnar, C0, C1, C2, C3> FromBytes<'columnar> for StateEventContainer<C0, C1, C2, C3>
impl<'columnar, C0, C1, C2, C3> FromBytes<'columnar> for StateEventContainer<C0, C1, C2, C3>
Source§impl<'columnar, C0, C1, C2, C3> Index for &'columnar StateEventContainer<C0, C1, C2, C3>
impl<'columnar, C0, C1, C2, C3> Index for &'columnar StateEventContainer<C0, C1, C2, C3>
Source§type Ref = StateEventReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref, <&'columnar C2 as Index>::Ref, <&'columnar C3 as Index>::Ref>
type Ref = StateEventReference<<&'columnar C0 as Index>::Ref, <&'columnar C1 as Index>::Ref, <&'columnar C2 as Index>::Ref, <&'columnar C3 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> Index for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Index for StateEventContainer<C0, C1, C2, C3>
Source§type Ref = StateEventReference<<C0 as Index>::Ref, <C1 as Index>::Ref, <C2 as Index>::Ref, <C3 as Index>::Ref>
type Ref = StateEventReference<<C0 as Index>::Ref, <C1 as Index>::Ref, <C2 as Index>::Ref, <C3 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> Len for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Len for StateEventContainer<C0, C1, C2, C3>
Source§impl<'columnar, C0, C1, C2, C3> Push<&'columnar StateEvent> for StateEventContainer<C0, C1, C2, C3>
impl<'columnar, C0, C1, C2, C3> Push<&'columnar StateEvent> for StateEventContainer<C0, C1, C2, C3>
Source§fn push(&mut self, item: &'columnar StateEvent)
fn push(&mut self, item: &'columnar StateEvent)
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> Push<StateEvent> for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Push<StateEvent> for StateEventContainer<C0, C1, C2, C3>
Source§fn push(&mut self, item: StateEvent)
fn push(&mut self, item: StateEvent)
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, R0, R1, R2, R3> Push<StateEventReference<R0, R1, R2, R3>> for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3, R0, R1, R2, R3> Push<StateEventReference<R0, R1, R2, R3>> for StateEventContainer<C0, C1, C2, C3>
Source§fn push(&mut self, item: StateEventReference<R0, R1, R2, R3>)
fn push(&mut self, item: StateEventReference<R0, R1, R2, R3>)
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
.impl<C0: Copy, C1: Copy, C2: Copy, C3: Copy> Copy for StateEventContainer<C0, C1, C2, C3>
Auto Trait Implementations§
impl<C0, C1, C2, C3> Freeze for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> RefUnwindSafe for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Send for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Sync for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> Unpin for StateEventContainer<C0, C1, C2, C3>
impl<C0, C1, C2, C3> UnwindSafe for StateEventContainer<C0, C1, C2, C3>
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