Struct timely::logging::CommChannelsEventContainer
source · pub struct CommChannelsEventContainer<C0, C1> {
pub identifier: C0,
pub kind: C1,
}
Expand description
Derived columnar container for a struct.
Fields§
§identifier: C0
Container for #names.
kind: C1
Container for #names.
Trait Implementations§
source§impl<'a, C0, C1> AsBytes<'a> for CommChannelsEventContainer<C0, C1>
impl<'a, C0, C1> AsBytes<'a> for CommChannelsEventContainer<C0, C1>
source§impl<C0, C1> Clear for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Clear for CommChannelsEventContainer<C0, C1>
source§impl<C0: Clone, C1: Clone> Clone for CommChannelsEventContainer<C0, C1>
impl<C0: Clone, C1: Clone> Clone for CommChannelsEventContainer<C0, C1>
source§fn clone(&self) -> CommChannelsEventContainer<C0, C1>
fn clone(&self) -> CommChannelsEventContainer<C0, C1>
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 Container<CommChannelsEvent> for CommChannelsEventContainer<<usize as Columnar>::Container, <CommChannelKind as Columnar>::Container>
impl Container<CommChannelsEvent> for CommChannelsEventContainer<<usize as Columnar>::Container, <CommChannelKind as Columnar>::Container>
§type Borrowed<'a> = CommChannelsEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<CommChannelKind as Columnar>::Container as Container<CommChannelKind>>::Borrowed<'a>>
where
usize: 'a,
CommChannelKind: 'a
type Borrowed<'a> = CommChannelsEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<CommChannelKind as Columnar>::Container as Container<CommChannelKind>>::Borrowed<'a>> where usize: 'a, CommChannelKind: 'a
The type of a borrowed container. Read more
source§impl<C0: Default, C1: Default> Default for CommChannelsEventContainer<C0, C1>
impl<C0: Default, C1: Default> Default for CommChannelsEventContainer<C0, C1>
source§fn default() -> CommChannelsEventContainer<C0, C1>
fn default() -> CommChannelsEventContainer<C0, C1>
Returns the “default value” for a type. Read more
source§impl<'de, C0, C1> Deserialize<'de> for CommChannelsEventContainer<C0, C1>where
C0: Deserialize<'de>,
C1: Deserialize<'de>,
impl<'de, C0, C1> Deserialize<'de> for CommChannelsEventContainer<C0, C1>where
C0: Deserialize<'de>,
C1: 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> FromBytes<'columnar> for CommChannelsEventContainer<C0, C1>
impl<'columnar, C0, C1> FromBytes<'columnar> for CommChannelsEventContainer<C0, C1>
source§impl<'columnar, C0, C1> Index for &'columnar CommChannelsEventContainer<C0, C1>
impl<'columnar, C0, C1> Index for &'columnar CommChannelsEventContainer<C0, C1>
source§impl<C0, C1> Index for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Index for CommChannelsEventContainer<C0, C1>
source§impl<C0, C1> Len for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Len for CommChannelsEventContainer<C0, C1>
source§impl<'columnar, C0, C1> Push<&'columnar CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
impl<'columnar, C0, C1> Push<&'columnar CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
source§fn push(&mut self, item: &'columnar CommChannelsEvent)
fn push(&mut self, item: &'columnar CommChannelsEvent)
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> Push<CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Push<CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
source§fn push(&mut self, item: CommChannelsEvent)
fn push(&mut self, item: CommChannelsEvent)
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, R0, R1> Push<CommChannelsEventReference<R0, R1>> for CommChannelsEventContainer<C0, C1>
impl<C0, C1, R0, R1> Push<CommChannelsEventReference<R0, R1>> for CommChannelsEventContainer<C0, C1>
source§fn push(&mut self, item: CommChannelsEventReference<R0, R1>)
fn push(&mut self, item: CommChannelsEventReference<R0, R1>)
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> Serialize for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Serialize for CommChannelsEventContainer<C0, C1>
impl<C0: Copy, C1: Copy> Copy for CommChannelsEventContainer<C0, C1>
Auto Trait Implementations§
impl<C0, C1> Freeze for CommChannelsEventContainer<C0, C1>
impl<C0, C1> RefUnwindSafe for CommChannelsEventContainer<C0, C1>where
C0: RefUnwindSafe,
C1: RefUnwindSafe,
impl<C0, C1> Send for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Sync for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Unpin for CommChannelsEventContainer<C0, C1>
impl<C0, C1> UnwindSafe for CommChannelsEventContainer<C0, C1>where
C0: UnwindSafe,
C1: UnwindSafe,
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)